UNPKG

@builder.io/sdk-vue

Version:
5 lines (4 loc) 308 B
import type { BuilderAnimation } from '../../types/builder-block'; export declare function bindAnimations(animations: BuilderAnimation[]): void; export declare function triggerAnimation(animation: BuilderAnimation): void; export declare function bindScrollInViewAnimation(animation: BuilderAnimation): void;