UNPKG

@cn-ui/core

Version:

The @cn-ui/core is a collection of UI components and utilities for building modern web applications with SolidJS.

18 lines (17 loc) 292 B
.cn-fade-enter-active, .cn-fade-exit-active { transition: opacity linear 0.3s, transform 0.3s; } .cn-fade-enter, .cn-fade-exit-to { transform: scale(0.7); opacity: 0; } .cn-fade-enter { transform: scale(1.3); } .cn-fade-exit-active { position: absolute; }