CSS Animation Viewer
With CSS you can now add some fantastic animation to your project, below you'll find 36 different examples of animation with pure CSS code. All the code is in a single CSS file which can be download from the link below. With thanks to Daniel Eden for this wonderful code library.
CSS Animation
Download the package here, and add the following for the selected animation.
HTML Code
<head>
<link rel="stylesheet" href="animate.min.css">
</head>
HTML Code
<h1 class="animated bounce">Example Text</h1>
<!--Add class "infinite" for an infinite loop-->