FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
types
/
functions
Edit File: animate.d.ts
export declare function animateTo(el: HTMLElement, keyframes: Keyframe[], options?: KeyframeAnimationOptions): Promise<unknown>; export declare function parseDuration(delay: number | string): number; export declare function prefersReducedMotion(): boolean; export declare function stopAnimations(el: HTMLElement): Promise<unknown[]>; export declare function shimKeyframesHeightAuto(keyframes: Keyframe[], calculatedHeight: number): { height: string | number; composite?: CompositeOperationOrAuto; easing?: string; offset?: number; }[];
Save
Back