back to all posts

Quick CSS Loading Animation

by Jitendra Kumar / August 16th, 2021

#beginners #css #webdev

Hello Everybody I am come back with Another blog in CSS Loading Animation Effects. Create folder inside computer CSS-Loading-Animation-Effects.

Animation EffectAnimation site

right click on folder and click on open with VSCode. our project will open in VS Code.

Animation EffectAnimation site

Next create index.html file and css file. click on plus icon give your file name.

Animation EffectAnimation site

Next we will write html code inside body we create one div. inside div use three span tag h2 heading.

Animation EffectAnimation site

Next we give desing body and div tag using css.

Animation EffectAnimation site

next right click on html page and click on open with live server. go to browse our page will open in browser by default.

Animation EffectAnimation site

Next we design our span and heading tag using css property.

Animation EffectAnimation site

Now our go to browser refresh our page.

Animation EffectAnimation site

Next we perform animation using @keyfromes.

Animation EffectAnimation site

Next go to browser refresh our page .animation has started on our page.

Animation EffectAnimation site

you can download source code from my github repository.

Jitendra Kumar