Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,150,535 members, 7,808,967 topics. Date: Thursday, 25 April 2024 at 08:12 PM

Create Circle Loader Animation Using CSS3 - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Create Circle Loader Animation Using CSS3 (823 Views)

Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. / Learn How To Build Web Apps From Scratch Html5 Css3 Javascript(es6) Nodejs Or Go / Free HTML5, CSS3 And Basic Javascript (jquery) Training (2) (3) (4)

(1) (Reply)

Create Circle Loader Animation Using CSS3 by skptricks: 5:26am On Jan 30, 2018
Post link : http://www.skptricks.com/2018/01/create-circle-loader-animation-using-css3.html

This tutorial explain how to create circle loader animation using CSS3. Similarly like our previous tutorial we are using here CSS keyframe attribute to perform circle loading animation effect. This is also called as Spinner Circle Loading. All the animation effect is controlled Keyframes Rule and it provides very smooth animation effect.

border-radius property of css helps to transforms the loader into a circle.
transform : rotate(0deg) or rotate(360deg) property of css helps to create circle loading animation effect using Keyframes Rule.
border-top property where we set the color of border to blue and controlling the spinning effect using Keyframes Rule.
Keyframe Animation :
.loader {
-webkit-animation: spin 1s linear infinite;
animation: spin 1s linear infinite;
border: 3px solid #ddd;
border-top: 3px solid #42a5f5;
border-radius: 50%;
height: 75px;
width: 75px;
}

@keyframes spin {
to {
border-top-color: #FF0000;
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}


Let see the complete source code to perform circle loading animation effect using CSS3.

Post link : http://www.skptricks.com/2018/01/create-circle-loader-animation-using-css3.html


https://www.youtube.com/watch?v=ZHVupGqO60I

(1) (Reply)

Get The Latest Website Script For Crypto Investment - Forex- Option Trading / Why Worry About Your Business When You Can Monitor It Through Your Android Phone / Suggest A School For A Diploma In Web Design And Development Diploma Training

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 14
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.