UNPKG

@cn-ui/core

Version:

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

15 lines (13 loc) 235 B
.cn-list-move, .cn-list-enter-active, .cn-list-exit-active { transition: all 0.3s ease; } .cn-list-enter-from, .cn-list-exit-to { opacity: 0; transform: translateY(30px); } .cn-list-exit-active { position: absolute; }