Vivify — CSS animation library

 

Ifind the easiest animation library, applying with CSS class name. You don’t need to add so many files to your projects if only some animation is needed, which includes 72 animation selections.

Official site

How to use it?

Step1:

import the vivify.min.css

you can download from the GitHub page

Step2:

setup the items you want animate in HTML

I only did it with the same gif images.

done. Isn’t that so simple?😁

The list animation class name you can add:

ball

blink

driveInBottom

driveInLeft

driveInRight

driveInTop

driveOutBottom

driveOutLeft

driveOutRight

driveOutTop

fadeIn

fadeInBottom

fadeInLeft

fadeInRight

fadeInTop

fadeOut

fadeOutBottom

fadeOutLeft

fadeOutRight

fadeOutTop

flip

flipInX

flipInY

flipOutX

flipOutY

fold

hitLeft

hitRight

jumpInLeft

jumpInRight

jumpOutLeft

jumpOutRight

popIn

popInBottom

popInLeft

popInRight

popInTop

popOut

popOutBottom

popOutLeft

popOutRight

popOutTop

pullDown

pullLeft

pullRight

pullUp

pulsate

rollInBottom

rollInLeft

rollInRight

rollInTop

rollOutBottom

rollOutLeft

rollOutRight

rollOutTop

shake

spin

spinIn

spinOut

swoopInBottom

swoopInLeft

swoopInRight

swoopInTop

swoopOutBottom

swoopOutLeft

swoopOutRight

swoopOutTop

unfold

all animation samples

If you want to do infinite animation just add class infinite

for the delay and duration setup in ms is delay- and duration-

my demo below:

👉Follow me for more useful web development content! love sharing🥰

Popular posts from this blog

Fancyapps — easily build overlay windows with carousel

Meet Mantine: A TS-Based Open-Source React Components Library

Meet Tippy.js: The Complete Tooltip Popover Plugin