@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 (14 loc) • 319 B
CSS
.cn-slide-from-left-enter-active,
.cn-slide-from-left-exit-active {
transition: transform 0.3s;
}
.cn-slide-from-left-enter,
.cn-slide-from-left-exit-to {
transform: translateX(-100%);
}
.cn-slide-from-left-enter {
transform: translateX(-100%);
}
.cn-slide-from-left-exit-active {
position: absolute;
}