UNPKG

movinblocks

Version:

Movinblocks is a lightweight plugin for animating HTML elements sequentially.

14 lines (11 loc) 124 B
@keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } .mb.fadeOut { animation-name: fadeOut; }