Animate.css
Animate.CSS is pretty much just for fun. From attention seekers to zoom exits, you'll find dozens of CSS animations to spruce up your web design:
Animate CSSÂ (https://daneden.github.io/animate.css/)
Animate.CSS comes packaged in one tiny file. Everything you need is contained in that file. After downloading it from the official website, you'll drop the stylesheet into the head of your document. From there, you'll add the animation of your choice to the desired element and watch with glee as your ideas pop off the screen (or whichever effect you've chosen). It's all documented in a README file at (https://github.com/daneden/animate.css/blob/master/README.md).
Animate.CSS is a great option for adding delight and interest to your web project. Since it's CSS, it's lightweight and compatible with most viewing screens.