UNPKG

@appearhere/bloom

Version:

Appear Here's pattern library and styleguide

14 lines (13 loc) 214 B
.animation { opacity: 0; display: inline-block; animation-name: fadeIn; animation-fill-mode: forwards; animation-iteration-count: 1; white-space: pre; } @keyframes fadeIn { to { opacity: 1; } }