Skip to main content

AnimationEventType

AnimazEventType

TypeNameInterface Description
EnumAnimationEnd

Function: Animation end event.

EnumAnimationStart

Function: Animation start event.

Examples

AnimationEnd

let value = APJS.AnimationEventType.AnimationEnd;

AnimationStart

let value = APJS.AnimationEventType.AnimationStart;

Use Case

@component()
export class NewBehaviourScript extends APJS.BasicScriptComponent {
onStart() {
// TODO: instantiate / use AnimationEventType here
}
onUpdate(deltaTime: number) {
}
}
Copyright © 2026 TikTok. All rights reserved.
About TikTokHelp CenterCareersContactLegalTerms of ServicePrivacy PolicyCookies