Skip to content

AndersDJohnson/css-preload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

css-preload

Prevent FOUC for CSS - e.g. for CSS3 transitions.

Features

  • CSS transitions
    • All CSS transitions overridden to none until window load event. Inspired by CSS-Tricks.

Usage

<!doctype html>
<html class="css-preload">
  <head>
    <link href="css-preload.css" rel="stylesheet" type="text/css" />
    <script src="css-preload.js" type="text/javascript"></script>
  </head>
  <body>
    ...
  </body>
</html>

About

Prevent FOUC for CSS loading - transitions, etc.

Resources

License

Stars

Watchers

Forks

Packages

No packages published