Loading Animation for Anything

Developer
Size
1,866 Kb
Views
50,600

How do I make an loading animation for anything?

Adds a loading graphic on top of your element and locks element from being used. What is a loading animation for anything? How do you make a loading animation for anything? This script and codes were developed by ThatGuySam on 06 August 2022, Saturday.

Loading Animation for Anything Previews

Loading Animation for Anything - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Loading Animation for Anything</title> <script src="http://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel='stylesheet prefetch' href='http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="loading"></div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Loading Animation for Anything - Script Codes CSS Codes

body { background-color: #323232;
}
.loading > * {	opacity: 0.1;	pointer-events: none;
}
.loading:before {	content: " "; height: 36px;
/* width needs to be double the height */ width: 72px; border: 10px solid #fff; border-bottom: 0; border-radius: 100px 100px 0 0; margin: auto; -webkit-transform-origin: bottom center; -moz-transform-origin: bottom center; -ms-transform-origin: bottom center; -o-transform-origin: bottom center; transform-origin: bottom center; position: absolute;	top: 0; bottom: 0; left: 0; right: 0;	z-index: 1000;	-webkit-animation: spin 1s infinite linear; -moz-animation: spin 1s infinite linear; -o-animation: spin 1s infinite linear;	animation: spin 1s infinite linear;
}
Loading Animation for Anything - Script Codes
Loading Animation for Anything - Script Codes
Home Page Home
Developer ThatGuySam
Username ThatGuySam
Uploaded August 06, 2022
Rating 3
Size 1,866 Kb
Views 50,600
Do you need developer help for Loading Animation for Anything?

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!

ThatGuySam (ThatGuySam) 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!