Busy Indicator V5

Developer
Size
2,055 Kb
Views
4,048

How do I make an busy indicator v5?

What is a busy indicator v5? How do you make a busy indicator v5? This script and codes were developed by Robert Biggs on 01 February 2023, Wednesday.

Busy Indicator V5 Previews

Busy Indicator V5 - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Busy Indicator V5</title> <link rel='stylesheet prefetch' href='https://s3-us-west-2.amazonaws.com/s.cdpn.io/77047/chui-ios-5.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <ui-screen id="main" class="current"> <nav id='navBusy'> <h1>Activity Indicator</h1> </nav> <section> <div id="busy1" class="square"> <h3>busy1</h3> </div> <div id="busy2" class="square" style="background:#7d88d3"> <h3>busy2</h3> </div> <div id="busy3" class="square" style="background:#0059a6"> <h3>busy3</h3> </div> <div id="busy4" class="square"> <h3>busy4</h3> </div> <div id="busy5" class="square" style="background:#afafaf"> <h3>busy5</h3> </div> </section>
</ui-screen> <script src='https://s3-us-west-2.amazonaws.com/s.cdpn.io/77047/chui-5.min.js'></script>
<script src='https://s3-us-west-2.amazonaws.com/s.cdpn.io/77047/widgets-5.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Busy Indicator V5 - Script Codes CSS Codes

body { padding: 60px 10px 20px 20px;
}
.square { width: 100%; height: 150px; margin: 20px 0; color: #000; background-color: #fff; position: relative;
}
h3 { padding: 20px;
}

Busy Indicator V5 - Script Codes JS Codes

$(function() { const navBusy = new UIBusy({ element: '#navBusy', color: '#007AFF', size: 28 }) const busy1 = new UIBusy({ element: '#busy1', color: 'rgba(200,0,0,0.75)', size: 50 }) busy1.center('absolute') const busy2 = new UIBusy({ element: '#busy2', color: 'gold', size: 100 }) busy2.center('absolute') const busy3 = new UIBusy({ element: '#busy3', color: '#fff', size: 50 }) busy3.center('absolute') const busy4 = new UIBusy({ element: '#busy4', color: 'blue', size: 36 }) busy4.center('absolute') const busy5 = new UIBusy({ element: '#busy5', color: '#ddd', size: 150 }) busy5.center('absolute')
});
Busy Indicator V5 - Script Codes
Busy Indicator V5 - Script Codes
Home Page Home
Developer Robert Biggs
Username rbiggs
Uploaded February 01, 2023
Rating 3
Size 2,055 Kb
Views 4,048
Do you need developer help for Busy Indicator V5?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Robert Biggs (rbiggs) Script Codes
Create amazing captions with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!