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.

If this site has been useful, we’d love your support! Running this site takes time and resources, and every small contribution helps us keep creating valuable content. Consider buying us a coffee to keep things going strong!

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-->