Home > @unseenco/backstage-gsap > RegisterGsapAnimationOptions
RegisterGsapAnimationOptions type
Signature:
typescript
export type RegisterGsapAnimationOptions = {
label?: string;
namespace?: string;
id?: string;
defaultDuration?: number;
onRebuildTimeline?: () => GsapTweenLike;
};