Skip to content

@ue-too/animate / index / AnimatorContainer

介面: AnimatorContainer

定義於: composite-animation.ts:70

Interface for containers that hold and manage child animators.

備註

Implemented by CompositeAnimation to manage hierarchical animation structures. Handles duration updates and prevents cyclic dependencies.

方法

checkCyclicChildren()

checkCyclicChildren(): boolean

定義於: composite-animation.ts:72

回傳

boolean


containsAnimation()

containsAnimation(animationInInterest): boolean

定義於: composite-animation.ts:73

參數

animationInInterest

Animator

回傳

boolean


updateDuration()

updateDuration(): void

定義於: composite-animation.ts:71

回傳

void