@agnos-ui/core-bootstrap
Version:
Styles and component interface extensions necessary to use AgnosUI with Bootstrap.
9 lines (8 loc) • 331 B
TypeScript
import type { TransitionFn } from '@agnos-ui/core/services/transitions/baseTransitions';
/**
* Defines a fade transition for UI elements.
*
* This transition applies specific CSS classes to handle the animation states
* for showing and hiding elements with a fade effect.
*/
export declare const fadeTransition: TransitionFn;