Loading...

Developer
Size
2,384 Kb
Views
8,096

How do I make an loading...?

What is a loading...? How do you make a loading...? This script and codes were developed by Adam on 27 December 2022, Tuesday.

Loading... Previews

Loading... - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Loading...</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="loading"><div class="ui-loading"><ul><li></li><li></li><li></li></ul></div></div>
</body>
</html>

Loading... - Script Codes CSS Codes

body { background-color: #FF5B53;
}
/* Animation */
@-moz-keyframes loadingAnimation { from { opacity: 0.8; } to { opacity: 0.2; }
}
@-webkit-keyframes loadingAnimation { from { opacity: 0.8; } to { opacity: 0.2; }
}
@-o-keyframes loadingAnimation { from { opacity: 0.8; } to { opacity: 0.2; }
}
@-ms-keyframes loadingAnimation { from { opacity: 0.8; } to { opacity: 0.2; }
}
@-khtml-keyframes loadingAnimation { from { opacity: 0.8; } to { opacity: 0.2; }
}
@keyframes loadingAnimation { from { opacity: 0.8; } to { opacity: 0.2; }
}
/* The container */
#loading { height: 30px; width: 100px; text-align: center; position: absolute; left: 50%; top: 50%; margin-left: -50px; margin-top: -15px; display: block;
}
.ui-loading { width: 100%; height: 50px; text-align: center; margin-top: 15px;
}
.ui-loading ul, .ui-loading li { list-style-type: none; list-type: none; margin: 0px; padding: 0px;
}
.ui-loading ul { display: inline-block;
}
.ui-loading li { float: left; display: inline; height: 20px; width: 20px; border-radius: 50%; background-color: #FFF; margin-right: 5px; opacity: 0.2; -webkit-animation: loadingAnimation 1s infinite; -moz-animation: loadingAnimation 1s infinite; animation: loadingAnimation 1s infinite;
}
.ui-loading li:nth-child(1) { -webkit-animation-delay: 0s; -moz-animation-delay: 0s; animation-delay: 0s;
}
.ui-loading li:nth-child(2) { -webkit-animation-delay: 250ms; -moz-animation-delay: 250ms; animation-delay: 250ms;
}
.ui-loading li:nth-child(3) { -webkit-animation-delay: 500ms; -moz-animation-delay: 500ms; animation-delay: 500ms;
}
Loading... - Script Codes
Loading... - Script Codes
Home Page Home
Developer Adam
Username adamjacob
Uploaded December 27, 2022
Rating 3
Size 2,384 Kb
Views 8,096
Do you need developer help for Loading...?

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!

Adam (adamjacob) Script Codes
Create amazing sales emails 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!