duoyun-ui
Version:
A lightweight desktop UI component library, implemented using Gem
11 lines • 400 B
TypeScript
export declare const commonAnimationOptions: {
easing: string;
duration: number;
};
export declare const fadeIn: Keyframe[];
export declare const fadeOut: Keyframe[];
export declare const slideInUp: Keyframe[];
export declare const slideOutDown: Keyframe[];
export declare const slideInLeft: Keyframe[];
export declare const slideOutRight: Keyframe[];
//# sourceMappingURL=animations.d.ts.map