A Simple, Fashionable, Loader

Developer
Size
1,661 Kb
Views
18,216

How do I make an a simple, fashionable, loader?

Simple, flat, CSS loader.. What is a a simple, fashionable, loader? How do you make a a simple, fashionable, loader? This script and codes were developed by Billy Crist on 04 October 2022, Tuesday.

A Simple, Fashionable, Loader Previews

A Simple, Fashionable, Loader - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>A Simple, Fashionable, Loader</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="wrap"> <div class="ball"></div>
</div>
</body>
</html>

A Simple, Fashionable, Loader - Script Codes CSS Codes

html, body { height: 100%; margin: 0; background: #efefef;
}
.wrap { position: relative; width: 2rem; height: 2rem; top: 50%; margin: -1rem auto; animation: slide 0.75s ease-in-out infinite alternate; -webkit-animation: slide 0.75s ease-in-out infinite alternate;
}
.ball { padding: 2rem; border-radius: 50%; background: #139FEC; animation: swell 1.5s linear infinite; -webkit-animation: swell 1.5s linear infinite;
}
@keyframes slide { from { left: -5rem; } to { left: 5rem; }
}
@keyframes swell { 0% { transform: scale(0.7); } 25% { transform: scale(0.4); } 50% { transform: scale(0.7); } 75% { transform: scale(1); } 100% { transform: scale(0.7); }
}
@-webkit-keyframes slide { from { left: -5rem; } to { left: 5rem; }
}
@-webkit-keyframes swell { 0% { transform: scale(0.7); } 25% { transform: scale(0.4); } 50% { transform: scale(0.7); } 75% { transform: scale(1); } 100% { transform: scale(0.7); }
}
A Simple, Fashionable, Loader - Script Codes
A Simple, Fashionable, Loader - Script Codes
Home Page Home
Developer Billy Crist
Username billyysea
Uploaded October 04, 2022
Rating 3
Size 1,661 Kb
Views 18,216
Do you need developer help for A Simple, Fashionable, 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!

Billy Crist (billyysea) Script Codes
Create amazing Facebook ads 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!