Single Element Loader

Developer
Size
2,600 Kb
Views
26,312

How do I make an single element loader?

What is a single element loader? How do you make a single element loader? This script and codes were developed by Albert Filice on 26 August 2022, Friday.

Single Element Loader Previews

Single Element Loader - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Single Element Loader</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ @import url(http://fonts.googleapis.com/css?family=Racing+Sans+One);
*, *:before, *:after { box-sizing: border-box; }
body { background-color: #232323; }
a { text-decoration: none; color: #0ff; }
h1, p { color: #fff; }
h1 { font-family: 'Racing Sans One'; font-size: 3em; text-align: center;
}
p { width: 250px; margin: 0px auto;
}
.loader { position: relative; left: -121px; margin: 40px auto; width: 0px; height: 5px; background-color: #fff; border-bottom: 1px solid #5a5a5a; border-radius: 5px; animation: load 10s infinite; box-shadow: 0px 0px #999;
}
.loader:before { content: ''; position: absolute; top: -7px; left: -7px; width: 250px; height: 18px; border: 4px solid #fff; border-radius: 8px; box-shadow: 0px 1px #5a5a5a inset, 0px -1px #5a5a5a inset;
}
@keyframes load { from { width: 0px; left: -121px; } 25% { width: 100px; left: -71px; box-shadow: 30px 0px #999; } 45% { width: 140px; left: -51px; box-shadow: 0px 0px #999; } 60% { width: 236px; left: -3px; } to { width: 236px; left: -3px; }
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class="loader"></div>
<h1>Loader Bar</h1>
<p> Design by: <a href="http://dribbble.com/albyantoniazzi" target="_blank">Alberto Antoniazzi</a> <br> <br> Coded by: <a href="https://twitter.com/monstasaurous" target="_blank">Albert Filice</a>
</p> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Single Element Loader - Script Codes CSS Codes

@import url(http://fonts.googleapis.com/css?family=Racing+Sans+One);
*, *:before, *:after { box-sizing: border-box; }
body { background-color: #232323; }
a { text-decoration: none; color: #0ff; }
h1, p { color: #fff; }
h1 { font-family: 'Racing Sans One'; font-size: 3em; text-align: center;
}
p { width: 250px; margin: 0px auto;
}
.loader { position: relative; left: -121px; margin: 40px auto; width: 0px; height: 5px; background-color: #fff; border-bottom: 1px solid #5a5a5a; border-radius: 5px; animation: load 10s infinite; box-shadow: 0px 0px #999;
}
.loader:before { content: ''; position: absolute; top: -7px; left: -7px; width: 250px; height: 18px; border: 4px solid #fff; border-radius: 8px; box-shadow: 0px 1px #5a5a5a inset, 0px -1px #5a5a5a inset;
}
@keyframes load { from { width: 0px; left: -121px; } 25% { width: 100px; left: -71px; box-shadow: 30px 0px #999; } 45% { width: 140px; left: -51px; box-shadow: 0px 0px #999; } 60% { width: 236px; left: -3px; } to { width: 236px; left: -3px; }
}
Single Element Loader - Script Codes
Single Element Loader - Script Codes
Home Page Home
Developer Albert Filice
Username monstersaurous
Uploaded August 26, 2022
Rating 3.5
Size 2,600 Kb
Views 26,312
Do you need developer help for Single Element 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!

Albert Filice (monstersaurous) Script Codes
Create amazing art & images 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!