UNPKG

@appearhere/bloom

Version:

Appear Here's pattern library and styleguide

18 lines (16 loc) 239 B
.leave { opacity: 1; } .leaveActive { opacity: 0; transition: opacity 1000ms ease-in; } .enter { opacity: 0; position: absolute; } .enterActive { opacity: 1; transition: opacity 1000ms ease-in; transition-delay: 1000ms; }