OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add cloudai-x/threejs-skills --skill threejs-animation
Three.js animation - keyframe animation, skeletal animation, morph targets, animation mixing. Use when animating objects, playing GLTF animations, creating procedural motion, or blending animations.
npx skills add cloudai-x/threejs-skills --skill threejs-animation
Three.js animation system has three main components:
Stores keyframe animation data.
Plays animations on an object and its descendants.
Controls playback of an animation clip.
Most common source of skeletal animations.
Blend between different mesh shapes.
Mix multiple animations together.
clip.optimize() to remove redundant keyframesthreejs-loaders - Loading animated GLTF modelsthreejs-fundamentals - Clock and animation loopthreejs-shaders - Vertex animation in shaders