A ton of free, easy-to-use css animations. Transform your website from plain to awesome and cool
Transform.css
has animations that are triggered on hover as well as animations that function by themselves automatically.
Download the css file either from this page or from the project's website
To use these awesome css animations, you must first add the stylesheet to your file(s) within the head tags like so:
<head>
<link rel="stylesheet" href="transform.css">
</head>
Once you have added the stylesheet to your document, simply add the correct class to the element that you wish to transform
<h2 class="transform-flyOut"> This heading will fly off the page </h2>
View the project page to see what each animation looks like
This may be used free of charge on any platform. Although I do not require it, I ask that you please give credit/mention to me. Happy transforms!