Clock loader

Developer
Size
1,775 Kb
Views
40,480

How do I make an clock loader?

What is a clock loader? How do you make a clock loader? This script and codes were developed by Dapinitial on 11 August 2022, Thursday.

Clock loader Previews

Clock loader - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Clock loader</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="clock-loader"> <span></span>
</div>
</body>
</html>

Clock loader - Script Codes CSS Codes

html {
}
body { background: #111;
}
/* -------------- Clock -------------- */
.clock-loader{ border-radius: 50%; border: 4px solid rgba(255,255,255,1.0); height: 32px; width: 32px; position: absolute; top: 15px; left: 15px; color: #fff;
}
.clock-loader span { content: "."; color: #fff; font-size: 20px; font-weight: bolder; text-align: center; position: absolute; top: 1px; left: 14px; padding: 0 12px 0 0;
}
.clock-loader:after{	content: ""; background-color: #fff;	position: absolute; top: 3px; left: 14px;	width: 4px; height: 14px; -webkit-transform-origin: 50% 97%; transform-origin: 50% 97%; -webkit-animation: grdAiguille 2s linear infinite; animation: grdAiguille 2s linear infinite;
}
@-webkit-keyframes grdAiguille{ 0%{-webkit-transform:rotate(0deg);} 100%{-webkit-transform:rotate(360deg);}
}
@keyframes grdAiguille{ 0%{transform:rotate(0deg);} 100%{transform:rotate(360deg);}
}
.clock-loader:before{ content: ""; position: absolute; background-color: #fff; top: 7px; left: 14px; width: 4px; height: 11px; -webkit-transform-origin: 50% 94%; transform-origin: 50% 94%; transform: rotate(45deg); -webkit-animation: ptAiguille 15s linear infinite; animation: ptAiguille 15s linear infinite;
}
@-webkit-keyframes ptAiguille{ 0%{-webkit-transform:rotate(0deg);} 100%{-webkit-transform:rotate(360deg);}
}
@keyframes ptAiguille{ 0%{transform:rotate(0deg);} 100%{transform:rotate(360deg);}
}
Clock loader - Script Codes
Clock loader - Script Codes
Home Page Home
Developer Dapinitial
Username dapinitial
Uploaded August 11, 2022
Rating 3
Size 1,775 Kb
Views 40,480
Do you need developer help for Clock 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!

Dapinitial (dapinitial) 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!