Olympic Story CSS3 Loader

Developer
Size
3,068 Kb
Views
14,168

How do I make an olympic story css3 loader?

Saw this little loading animation on http://www.olympicstory.com/ and thought I should try it out by myself. I surely didn't looked in the source of them. This is my first time doing CSS3 animations and I think I should keep on working with them.. What is a olympic story css3 loader? How do you make a olympic story css3 loader? This script and codes were developed by Dean Hidri on 01 October 2022, Saturday.

Olympic Story CSS3 Loader Previews

Olympic Story CSS3 Loader - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Olympic Story CSS3 Loader</title> <script src="https://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="loader-container abs-center"> <div class="olympicloader"> <i class="loader-circle first"></i> <i class="loader-circle second"></i> <i class="loader-circle third"></i> <i class="loader-circle fourth"></i> <i class="loader-circle fifth"></i> </div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Olympic Story CSS3 Loader - Script Codes CSS Codes

/***************************** COLORSET ***************************/
/***************************** FONTSET ***************************/
/***************************** STYLES ***************************/
* { padding: 0; margin: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
body { background: #0b52a4; color: #fff; font: 1em sans-serif;
}
.container { width: 420px; margin: 0 auto;
}
.loader-container { width: 92px; height: 38px; float: left;
}
.abs-center { margin: auto; position: absolute; top: 0; right: 0; bottom: 0; left: 0;
}
@keyframes "spin" { from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes spin { from { -moz-transform: rotate(0deg); transform: rotate(0deg); } to { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-webkit-keyframes "spin" { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes "spin" { from { -ms-transform: rotate(0deg); transform: rotate(0deg); } to { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes "spin" { from { -o-transform: rotate(0deg); transform: rotate(0deg); } to { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
.olympicloader { position: relative;
}
.olympicloader .loader-circle { width: 28px; height: 28px; border: 3px solid #589dec; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; -webkit-animation: spin 400ms infinite linear; -moz-animation: spin 400ms infinite linear; -ms-animation: spin 400ms infinite linear; -o-animation: spin 400ms infinite linear; animation: spin 400ms infinite linear; float: left;
}
.olympicloader .loader-circle.first { position: absolute; top: 0; left: 0; border-top-color: #fff;
}
.olympicloader .loader-circle.second { position: absolute; top: 0; left: 32px; border-right-color: #fff;
}
.olympicloader .loader-circle.third { position: absolute; top: 0; left: 64px; border-bottom-color: #fff;
}
.olympicloader .loader-circle.fourth { position: absolute; top: 10px; left: 16px; border-left-color: #fff;
}
.olympicloader .loader-circle.fifth { position: absolute; top: 10px; left: 48px; border-right-color: #fff;
}
Olympic Story CSS3 Loader - Script Codes
Olympic Story CSS3 Loader - Script Codes
Home Page Home
Developer Dean Hidri
Username visualcookie
Uploaded October 01, 2022
Rating 4.5
Size 3,068 Kb
Views 14,168
Do you need developer help for Olympic Story CSS3 Loader?

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!

Dean Hidri (visualcookie) Script Codes
Create amazing blog posts 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!