@furystack/shades-common-components
Version:
8 lines • 951 B
TypeScript
export declare const showSlide: (element?: Element | null, options?: KeyframeAnimationOptions) => Promise<AnimationPlaybackEvent>;
export declare const hideSlide: (element?: Element | null, options?: KeyframeAnimationOptions) => Promise<AnimationPlaybackEvent>;
export declare const fadeOut: (element?: Element | null, options?: KeyframeAnimationOptions) => Promise<AnimationPlaybackEvent>;
export declare const fadeIn: (element?: Element | null, options?: KeyframeAnimationOptions) => Promise<AnimationPlaybackEvent>;
export declare const showParallax: (element?: Element | null, options?: KeyframeAnimationOptions) => Promise<AnimationPlaybackEvent>;
export declare const collapse: (element?: Element | null, options?: KeyframeAnimationOptions) => Promise<AnimationPlaybackEvent>;
export declare const expand: (element?: Element | null, options?: KeyframeAnimationOptions) => Promise<AnimationPlaybackEvent>;
//# sourceMappingURL=animations.d.ts.map