📖 INDEX
LOADING ENGINE...
AnimationAction
THREE.JS REFERENCE // animationaction
AnimationActions schedule the performance of the animations which are stored in AnimationClips.
Syntax
const action = mixer.clipAction(clip);
action.play();Examples
Example 01Basic Usage
const action = mixer.clipAction(clip);
action.play();Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.