UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

15 lines (13 loc) 245 B
import { keyframes } from "antd-style"; //#region src/styles/animations.ts const fadeIn = keyframes` 0% { opacity: 0; } 100% { opacity: 1; } `; //#endregion export { fadeIn }; //# sourceMappingURL=animations.mjs.map