Rotative Loader

Size
2,753 Kb
Views
16,192

How do I make an rotative loader?

What is a rotative loader? How do you make a rotative loader? This script and codes were developed by Liam Catherine on 13 October 2022, Thursday.

Rotative Loader Previews

Rotative Loader - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Rotative Loader</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> .page .circle-loader .circle-line .circle.circle-blue .circle.circle-blue .circle.circle-blue .circle-line .circle.circle-yellow .circle.circle-yellow .circle.circle-yellow .circle-line .circle.circle-red .circle.circle-red .circle.circle-red .circle-line .circle.circle-green .circle.circle-green .circle.circle-green      <h1> loading... <h/1>
</body>
</html>

Rotative Loader - Script Codes CSS Codes

@keyframes rotate-animation { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); }
}
@keyframes move-animation { 0% { transform: translate(0, 0); } 25% { transform: translate(-64px, 0); } 75% { transform: translate(32px, 0); } 100% { transform: translate(0, 0); }
}
body { background-color: #F5F5F5;
}
.circle-loader { display: block; width: 64px; height: 64px; margin-left: -32px; margin-top: -32px; position: absolute; left: 50%; top: 50%; transform-origin: 16px 16px; animation: rotate-animation 5s infinite; animation-timing-function: linear;
}
.circle-loader .circle { animation: move-animation 2.5s infinite; animation-timing-function: linear; position: absolute; left: 50%; top: 50%;
}
.circle-loader .circle-line { width: 64px; height: 24px; position: absolute; top: 4px; left: 0; transform-origin: 4px 4px;
}
.circle-loader .circle-line:nth-child(1) { transform: rotate(90deg);
}
.circle-loader .circle-line:nth-child(2) { transform: rotate(180deg);
}
.circle-loader .circle-line:nth-child(3) { transform: rotate(270deg);
}
.circle-loader .circle-line:nth-child(4) { transform: rotate(360deg);
}
.circle-loader .circle-line .circle:nth-child(1) { width: 8px; height: 8px; top: 50%; left: 50%; margin-top: -4px; margin-left: -4px; border-radius: 4px; animation-delay: -0.3s;
}
.circle-loader .circle-line .circle:nth-child(2) { width: 16px; height: 16px; top: 50%; left: 50%; margin-top: -8px; margin-left: -8px; border-radius: 8px; animation-delay: -0.6s;
}
.circle-loader .circle-line .circle:nth-child(3) { width: 24px; height: 24px; top: 50%; left: 50%; margin-top: -12px; margin-left: -12px; border-radius: 12px; animation-delay: -0.9s;
}
.circle-loader .circle-blue { background-color: #1f4e5a;
}
.circle-loader .circle-red { background-color: #ff5955;
}
.circle-loader .circle-yellow { background-color: #ffb265;
}
.circle-loader .circle-green { background-color: #00a691;
}
Rotative Loader - Script Codes
Rotative Loader - Script Codes
Home Page Home
Developer Liam Catherine
Username Bigliam
Uploaded October 13, 2022
Rating 3
Size 2,753 Kb
Views 16,192
Do you need developer help for Rotative 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!

Liam Catherine (Bigliam) 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!