Skip to content

Home > @unseenco/backstage-gsap > GsapAnimationRegistryEntry

GsapAnimationRegistryEntry type

Signature:

typescript
export type GsapAnimationRegistryEntry = {
    id: string;
    label: string;
    animation: GsapTweenLike;
    sheetObject?: SheetObject;
    defaultDuration?: number;
    onRebuildTimeline?: () => GsapTweenLike;
};