Create fantastic animations using minimal effort.
Copy dist/simple-animations.min.css to your document's folder.
Add this line in the head tag of html file as:
<head>
..
<!-- Simple Animation CSS -->
<link rel="stylesheet" type="text/css" href="./css/simple-animations.min.css" />
</head>
Add the required animation class to any div
<div class="slide-up">I will slide up!</div>
I welcome pull requests from all! Thanks in advance! Visit our Contributions page for more information.
Visit our Code of Conduct page for an overview on our ground rules.
Created and Maintained by Divakar Manivel. Licensed under MIT.