FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
types
/
functions
Edit File: animation-registry.d.ts
interface ElementAnimation { keyframes: Keyframe[]; options?: KeyframeAnimationOptions; } export declare function setDefaultAnimation(animationName: string, animation: ElementAnimation | null): void; export declare function setAnimation(el: Element, animationName: string, animation: ElementAnimation | null): void; export declare function getAnimation(el: Element, animationName: string): ElementAnimation; export {};
Save
Back