/** * Generated file, do not edit directly! */ declare const _default: { Open: { Duration: { /** Css custom property: --dt-animations-open-duration-fast. Default value: 170ms. */ Fast: string; /** Css custom property: --dt-animations-open-duration-base. Default value: 250ms. */ Base: string; /** Css custom property: --dt-animations-open-duration-slow. Default value: 400ms. */ Slow: string; }; /** Css custom property: --dt-animations-open-easing. Default value: cubic-bezier(0, 0, 0.2, 1). */ Easing: string; }; Close: { Duration: { /** Css custom property: --dt-animations-close-duration-fast. Default value: 0ms. */ Fast: string; /** Css custom property: --dt-animations-close-duration-base. Default value: 170ms. */ Base: string; /** Css custom property: --dt-animations-close-duration-slow. Default value: 250ms. */ Slow: string; }; /** Css custom property: --dt-animations-close-easing. Default value: cubic-bezier(0.5, 0, 1, 1). */ Easing: string; }; SlideIn: { Duration: { /** Css custom property: --dt-animations-slide-in-duration-fast. Default value: 200ms. */ Fast: string; /** Css custom property: --dt-animations-slide-in-duration-base. Default value: 300ms. */ Base: string; /** Css custom property: --dt-animations-slide-in-duration-slow. Default value: 400ms. */ Slow: string; }; /** Css custom property: --dt-animations-slide-in-easing. Default value: cubic-bezier(0, 0, 0.2, 1). */ Easing: string; }; SlideOut: { Duration: { /** Css custom property: --dt-animations-slide-out-duration-fast. Default value: 150ms. */ Fast: string; /** Css custom property: --dt-animations-slide-out-duration-base. Default value: 250ms. */ Base: string; /** Css custom property: --dt-animations-slide-out-duration-slow. Default value: 350ms. */ Slow: string; }; /** Css custom property: --dt-animations-slide-out-easing. Default value: cubic-bezier(0.8, 0, 0.5, 1). */ Easing: string; }; FadeIn: { Duration: { /** Css custom property: --dt-animations-fade-in-duration-fast. Default value: 150ms. */ Fast: string; /** Css custom property: --dt-animations-fade-in-duration-base. Default value: 250ms. */ Base: string; /** Css custom property: --dt-animations-fade-in-duration-slow. Default value: 350ms. */ Slow: string; }; /** Css custom property: --dt-animations-fade-in-easing. Default value: cubic-bezier(0.5, 0, 1, 1). */ Easing: string; }; FadeOut: { Duration: { /** Css custom property: --dt-animations-fade-out-duration-fast. Default value: 150ms. */ Fast: string; /** Css custom property: --dt-animations-fade-out-duration-base. Default value: 250ms. */ Base: string; /** Css custom property: --dt-animations-fade-out-duration-slow. Default value: 350ms. */ Slow: string; }; /** Css custom property: --dt-animations-fade-out-easing. Default value: cubic-bezier(0, 0, 0.2, 1). */ Easing: string; }; Hover: { Duration: { /** Css custom property: --dt-animations-hover-duration-base. Default value: 150ms. */ Base: string; }; /** Css custom property: --dt-animations-hover-easing. Default value: cubic-bezier(0, 0, 0.2, 1). */ Easing: string; }; StaggeredMotion: { Duration: { /** Css custom property: --dt-animations-staggered-motion-duration-fast. Default value: 250ms. */ Fast: string; /** Css custom property: --dt-animations-staggered-motion-duration-base. Default value: 350ms. */ Base: string; /** Css custom property: --dt-animations-staggered-motion-duration-slow. Default value: 400ms. */ Slow: string; }; Offset: { /** Css custom property: --dt-animations-staggered-motion-offset-fast. Default value: 20ms. */ Fast: string; /** Css custom property: --dt-animations-staggered-motion-offset-base. Default value: 30ms. */ Base: string; /** Css custom property: --dt-animations-staggered-motion-offset-slow. Default value: 50ms. */ Slow: string; }; /** Css custom property: --dt-animations-staggered-motion-easing. Default value: cubic-bezier(0, 0, 0.2, 1). */ Easing: string; }; ExpandCollapse: { Duration: { /** Css custom property: --dt-animations-expand-collapse-duration-fast. Default value: 250ms. */ Fast: string; /** Css custom property: --dt-animations-expand-collapse-duration-base. Default value: 400ms. */ Base: string; /** Css custom property: --dt-animations-expand-collapse-duration-slow. Default value: 600ms. */ Slow: string; }; /** Css custom property: --dt-animations-expand-collapse-easing. Default value: cubic-bezier(0.4, 0, 0.2, 1). */ Easing: string; }; Move: { Duration: { /** Css custom property: --dt-animations-move-duration-fast. Default value: 150ms. */ Fast: string; /** Css custom property: --dt-animations-move-duration-base. Default value: 400ms. */ Base: string; /** Css custom property: --dt-animations-move-duration-slow. Default value: 600ms. */ Slow: string; }; /** Css custom property: --dt-animations-move-easing. Default value: cubic-bezier(0.4, 0, 0.2, 1). */ Easing: string; }; Rescale: { Duration: { /** Css custom property: --dt-animations-rescale-duration-fast. Default value: 170ms. */ Fast: string; /** Css custom property: --dt-animations-rescale-duration-base. Default value: 250ms. */ Base: string; /** Css custom property: --dt-animations-rescale-duration-slow. Default value: 400ms. */ Slow: string; }; /** Css custom property: --dt-animations-rescale-easing. Default value: cubic-bezier(0.4, 0, 0.2, 1). */ Easing: string; }; }; export default _default; //# sourceMappingURL=index.d.ts.map