threejs-animation
π―Skillfrom cloudai-x/threejs-skills
Provides Three.js animation API references, patterns, and best practices for creating 3D animations and interactive experiences.
Overview
threejs-animation is a skill that provides comprehensive Three.js animation API references, patterns, and code examples for AI coding agents. It covers keyframe animation, skeletal animation, morph targets, animation mixing, and procedural motion β giving AI assistants the knowledge to help create and control 3D animations correctly.
Key Features
- Complete animation system reference β Covers AnimationClip, AnimationMixer, and AnimationAction with working code examples for the full Three.js animation pipeline
- KeyframeTrack types β Detailed examples for NumberKeyframeTrack, VectorKeyframeTrack, QuaternionKeyframeTrack, ColorKeyframeTrack, BooleanKeyframeTrack, and StringKeyframeTrack
- Interpolation modes β Reference for InterpolateLinear, InterpolateSmooth (cubic spline), and InterpolateDiscrete step functions
- Procedural animation patterns β Quick-start examples for clock-based procedural animation with delta time and elapsed time patterns
Who is this for?
Developers working on Three.js projects who want AI coding assistants to generate correct animation code. Useful for anyone building 3D web experiences β from simple object rotations to complex skeletal animations loaded from GLTF files.
Same repository
cloudai-x/threejs-skills(10 items)
Installation
npx vibeindex add cloudai-x/threejs-skills --skill threejs-animationnpx skills add cloudai-x/threejs-skills --skill threejs-animation~/.claude/skills/threejs-animation/SKILL.mdSKILL.md
More from this repository9
Three.js agent skills covering scene setup, cameras, renderer configuration, Object3D hierarchy, coordinate systems, and 3D rendering fundamentals.
Provides Three.js shader development patterns including custom WebGL shaders, GLSL code examples, and advanced rendering effects
Three.js agent skills covering scene setup, cameras, renderer configuration, Object3D hierarchy, coordinate systems, and 3D rendering fundamentals.
Three.js agent skills covering scene setup, cameras, renderer configuration, Object3D hierarchy, coordinate systems, and 3D rendering fundamentals.
Provides Three.js material system patterns including PBR materials, textures, normal maps, environment mapping, and advanced rendering techniques
Three.js agent skills covering scene setup, cameras, renderer configuration, Object3D hierarchy, coordinate systems, and 3D rendering fundamentals.
Provides Three.js asset loading patterns for 3D models, textures, and animations using GLTF, OBJ, FBX, and other format loaders
Provides Three.js lighting patterns including light types, shadows, intensity controls, and techniques for realistic 3D scene illumination
Provides Three.js texture patterns including texture loading, UV mapping, mipmaps, filtering, and texture animation techniques