UNPKG

movinblocks

Version:

Movinblocks is a lightweight plugin for animating HTML elements sequentially.

17 lines (14 loc) 239 B
@keyframes revealInBottom { from { opacity: 0; transform: translateY(100%); } to { opacity: 1; transform: translateY(0); clip-path: inset(0 0 0 0); } } .mb.revealInBottom { animation-name: revealInBottom; }