Skip to content

kateFrontend/js-blurry-loading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blurry Loading effect

cover

🦉 Main information

Blurry loading image.

The project goal:

  • start at 0% with a blurry image and when it gets to 100% the image should come into focus
  • map different number ranges to the 0 to 100 load
  • the image blur must be 30px when it starts and it's must to go down to zero
  • use a Stackoverflow function to map one number range to another

⚡ Built With

HTML5 / CSS3 / JavaScript