Engine Anim Loader

Developer
Size
2,268 Kb
Views
22,264

How do I make an engine anim loader?

What is a engine anim loader? How do you make a engine anim loader? This script and codes were developed by Chris Sargent on 29 November 2022, Tuesday.

Engine Anim Loader Previews

Engine Anim Loader - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Engine Anim Loader</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="loader"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84 84"> <g fill="none" fill-rule="evenodd"> <path id="fans" fill="#000" d="M50.8 33.2L65 19c-2.4-2.4-5.1-4.4-8.2-5.9C52 17.9 48.3 23.7 46 30.2c1.8.6 3.5 1.6 4.8 3zM33.2 50.8L19 65c2.4 2.4 5.1 4.4 8.2 5.9C32 66.1 35.7 60.3 38 53.8c-1.8-.6-3.5-1.6-4.8-3zm20.9-12l19.3-5.2c-.9-3.3-2.3-6.4-4.1-9.2-6.6 1.8-12.7 5-17.9 9.4 1.2 1.4 2.2 3.1 2.7 5zm-24.2 6.4l-19.3 5.2c.9 3.3 2.3 6.4 4.1 9.2 6.6-1.8 12.7-5 17.9-9.4-1.2-1.4-2.2-3.1-2.7-5zm20.9 5.6L65 65c2.4-2.4 4.4-5.1 5.9-8.2C66.1 52 60.3 48.3 53.8 46c-.6 1.8-1.6 3.5-3 4.8zM33.2 33.2L19 19c-2.4 2.4-4.4 5.1-5.9 8.2C17.9 32 23.7 35.7 30.2 38c.6-1.8 1.6-3.5 3-4.8zm12 20.9l5.2 19.3c3.3-.9 6.4-2.3 9.2-4.1-1.8-6.6-5-12.7-9.4-17.9-1.4 1.2-3.1 2.2-5 2.7zm-6.4-24.2l-5.2-19.3c-3.3.9-6.4 2.3-9.2 4.1 1.8 6.6 5 12.7 9.4 17.9 1.4-1.2 3.1-2.2 5-2.7zm0 24.2l-5.2 19.3c3.3.9 6.7 1.2 10.1 1 1.8-6.6 2-13.5.8-20.2-1.9.4-3.8.4-5.7-.1zm6.4-24.2l5.2-19.3c-3.3-.9-6.7-1.2-10.1-1-1.8 6.6-2 13.5-.8 20.2 1.9-.4 3.8-.4 5.7.1zm8.9 15.3l19.3 5.2c.9-3.3 1.2-6.7 1-10.1-6.6-1.8-13.5-2-20.2-.8.4 1.9.4 3.8-.1 5.7zm-24.2-6.4l-19.3-5.2c-.9 3.3-1.2 6.7-1 10.1 6.6 1.8 13.5 2 20.2.8-.4-1.9-.4-3.8.1-5.7z"/> <path fill="#000" d="M42 0C18.76 0 0 18.76 0 42s18.76 42 42 42 42-18.76 42-42S65.24 0 42 0zm0 77C22.68 77 7 61.32 7 42S22.68 7 42 7s35 15.68 35 35-15.68 35-35 35z"/> <circle cx="42" cy="42" r="11" fill="#000"/> <circle cx="42" cy="42" r="1.5" fill="#FFF"/> </g> </svg> </div>
</body>
</html>

Engine Anim Loader - Script Codes CSS Codes

.loader { width: 400px;
}
#fans { -webkit-animation-name: spin; animation-name: spin; -webkit-animation-duration: 5s; animation-duration: 5s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1); animation-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1); -webkit-transform-origin: center; transform-origin: center;
}
@-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg) scale(1.05); transform: rotate(0deg) scale(1.05); } 100% { -webkit-transform: rotate(-3600deg) scale(1.05); transform: rotate(-3600deg) scale(1.05); }
}
@keyframes spin { 0% { -webkit-transform: rotate(0deg) scale(1.05); transform: rotate(0deg) scale(1.05); } 100% { -webkit-transform: rotate(-3600deg) scale(1.05); transform: rotate(-3600deg) scale(1.05); }
}
Engine Anim Loader - Script Codes
Engine Anim Loader - Script Codes
Home Page Home
Developer Chris Sargent
Username ChrisSargent
Uploaded November 29, 2022
Rating 3
Size 2,268 Kb
Views 22,264
Do you need developer help for Engine Anim 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!

Chris Sargent (ChrisSargent) Script Codes
Create amazing captions 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!