Skip to content

Home > @unseenco/backstage-gsap > getAnimationEntryById

getAnimationEntryById() function

Signature:

typescript
export declare function getAnimationEntryById(id: string): GsapAnimationRegistryEntry | undefined;

Parameters

ParameterTypeDescription
idstring

Returns:

GsapAnimationRegistryEntry | undefined