Little loader

Developer
Size
1,979 Kb
Views
12,144

How do I make an little loader?

Little experiment to make a css loader. What is a little loader? How do you make a little loader? This script and codes were developed by Jaflo on 12 September 2022, Monday.

Little loader Previews

Little loader - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Little loader</title> <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! */ #loader { border: 1px solid black; width: 100px; height: 100px; margin: 40px auto; overflow: hidden;
}
#loader > div { background: black; width: 10px; height: 100px; transform-origin: top center; animation: load 2.5s infinite linear;
}
@keyframes load { 0% { transform: rotate(0deg); } 25% { transform: rotate(-90deg); margin-left: -5px; margin-top: 0; transform-origin: top center; } 50% { margin-left: -5px; margin-top: 95px; transform-origin: top center; transform: rotate(-90deg); } 75% { margin-left: 95px; margin-top: 0; transform-origin: bottom center; transform: rotate(0deg); } 100% { transform: rotate(0deg); transform-origin: bottom center; margin-left: 0; margin-top: 0; }
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div id="loader"> <div></div>
</div>
</body>
</html>

Little loader - Script Codes CSS Codes

#loader { border: 1px solid black; width: 100px; height: 100px; margin: 40px auto; overflow: hidden;
}
#loader > div { background: black; width: 10px; height: 100px; transform-origin: top center; animation: load 2.5s infinite linear;
}
@keyframes load { 0% { transform: rotate(0deg); } 25% { transform: rotate(-90deg); margin-left: -5px; margin-top: 0; transform-origin: top center; } 50% { margin-left: -5px; margin-top: 95px; transform-origin: top center; transform: rotate(-90deg); } 75% { margin-left: 95px; margin-top: 0; transform-origin: bottom center; transform: rotate(0deg); } 100% { transform: rotate(0deg); transform-origin: bottom center; margin-left: 0; margin-top: 0; }
}
Little loader - Script Codes
Little loader - Script Codes
Home Page Home
Developer Jaflo
Username jaflo
Uploaded September 12, 2022
Rating 3
Size 1,979 Kb
Views 12,144
Do you need developer help for Little 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!

Jaflo (jaflo) Script Codes
Create amazing web content 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!