Simple loader

Size
1,919 Kb
Views
10,120

How do I make an simple loader?

Loader with css3 animation transform. What is a simple loader? How do you make a simple loader? This script and codes were developed by Szymon Dziewoński on 23 December 2022, Friday.

Simple loader Previews

Simple loader - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Simple loader</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="wrapLoading"></div>
<div id="secondCircle" class="circle"> <span></span>
</div>
<div id="firstCircle" class="circle"> <span></span>
</div>
</body>
</html>

Simple loader - Script Codes CSS Codes

body
{ background: #000;
}
*{ margin: 0; padding: 0;
}
.circle{ border-radius: 50%; backface-visibility:hidden;
-webkit-backface-visibility:hidden; /* Chrome and Safari */
-moz-backface-visibility:hidden; /* Firefox */
-ms-backface-visibility:hidden; /* Internet Explorer */
}
#firstCircle, #secondCircle{ width: 100px; height: 100px; border:1px solid #fff;
}
#firstCircle span{ width: 10px; height: 103px; background: #000; display: block; top: -1px; left: 46px; position: absolute; z-index: 20; -webkit-animation: rotatingBack 1.5s linear infinite;
}
#firstCircle { z-index: 20;
}
#secondCircle{ width: 90px; height: 90px; position: absolute; margin: 5px; z-index: 21;
}
#secondCircle span{ width: 94px; height: 10px; background: black; display: block; top: 40px; left: -1px; position: absolute; z-index: 21; -webkit-animation: rotating 2s linear infinite;
}
#wrapLoading{ z-index: 22; width: 103px; height: 105px; position: absolute; background-image: url("http://revelier.home.pl/MUD/images/loading.png"); background-position: 1px -2px; background-repeat: no-repeat;
}
@-webkit-keyframes rotating { from{ -webkit-transform: rotate(0deg); } to{ -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes rotatingBack { from{ -webkit-transform: rotate(0deg); } to{ -webkit-transform: rotate(-360deg); }
}
Simple loader - Script Codes
Simple loader - Script Codes
Home Page Home
Developer Szymon Dziewoński
Username SzymonDziewonski
Uploaded December 23, 2022
Rating 3
Size 1,919 Kb
Views 10,120
Do you need developer help for Simple 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!

Szymon Dziewoński (SzymonDziewonski) Script Codes
Create amazing art & images 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!