Skip to content

overdrivemachines/animated-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animated Template

Creative-tim Tailwind Starter Kit Landing Page Template. Animations on scroll.

Preview

Live - https://overdrivemachines.github.io/animated-template/

Use Async or Defer

Async or Defer

  • Use async if it's important to have the script run earlier in the loading process. This might include some analytics scripts, for example. Also use it if you do not care about execution order or it doesn't rely on any other script.
  • Use defer for less critical resources. A video player that's below-the-fold, for example.
  • Use defer in the beginning of the html

References