Files
starface-outlook-sync-addin/node_modules/@fluentui/theme/lib-amd/motion/AnimationStyles.d.ts
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

11 lines
465 B
TypeScript

import type { IAnimationStyles, IAnimationVariables } from '../types/IAnimationStyles';
/**
* Exporting raw duraction values and easing functions to be used in custom animations
*/
export declare const AnimationVariables: IAnimationVariables;
/**
* All Fabric standard animations, exposed as json objects referencing predefined
* keyframes. These objects can be mixed in with other class definitions.
*/
export declare const AnimationStyles: IAnimationStyles;