Skip to content

simondoescode/delay.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

delay.css

Delay CSS3 animations form starting on page load, works great with Animate.css and wow.js

Getting started

To use delay.css in your website, simply drop the stylesheet into your document's

<head>
  <link rel="stylesheet" href="delay.css">
</head>

Add the correct class to any animated object to delay it.

<div class="animated fadeInUp delay0s5ms animated"></div>

How it works

'delay' - Fixed begining of class name

'0s' - Number of seconds of delay

'5ms' - Number of miliseconds of delay

So all togeather you get delay0s5ms

That's it! You've got the power to delay CSS elements from animating. Now go have fun!

About

Delay CSS3 animations, works great with Animate.css

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages