UNPKG

@agnos-ui/core-bootstrap

Version:

Styles and component interface extensions necessary to use AgnosUI with Bootstrap.

11 lines (10 loc) 341 B
import { createSimpleClassTransition } from "@agnos-ui/core/services/transitions/simpleClassTransition"; const fadeTransition = createSimpleClassTransition({ animationPendingClasses: ["fade"], animationPendingShowClasses: ["show"], showClasses: ["show", "fade"], hideClasses: ["d-none", "fade"] }); export { fadeTransition as f };