UNPKG

@schukai/monster

Version:

Monster is a simple library for creating fast, robust and lightweight websites.

15 lines (14 loc) 290 B
/** generated from ripple.pcss **/ span.monster-fx-ripple { animation: monster-fx-ripple .6s linear; background-color: hsla(0, 0%, 100%, 0.7); border-radius: 50%; position: absolute; transform: scale(0); } @keyframes monster-fx-ripple { to { opacity: 0; transform: scale(4); } }