Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

Three.js Animation

porcloudai-x·cloudai-x· v1.0.0 · atualizado em 2026-04-10
80
Score

Three.js animation - keyframe animation, skeletal animation, morph targets, animation mixing. Use when animating objects, playing GLTF animations, creating procedural motion, or blending animations.

threejsanimationwebgl3d-graphicsjavascriptgltf
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdthreejs-animation/workflow
1. Import necessary Three.js modules.
2. Create `AnimationClip` instances with keyframe data for desired properties.
3. Instantiate `AnimationMixer` with the root object to animate.
4. Create `AnimationAction` instances from the clips using `mixer.clipAction()`.
5. Configure playback properties like loop mode, time scale, and weight.
6. Start the animation with `action.play()`.
7. Update the mixer in the animation loop using `mixer.update(delta)`.
8. Render the scene to visualize the animation.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Compõe com ←Three.js Interaction
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
77
Compõe com ←Three.js Post-Processing
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aTailwind CSS Advanced Layout Techniques
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aTailwind CSS Development Patterns
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aTypeScript + React 19 Code Review Expert
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80

Árvore do Skill

Three.js Animation
threejs-animation
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.REFLECT
Triggers8
animate a 3D model in Three.jsplay a GLTF animationcreate a keyframe animationblend animations in Three.jsanimate morph targetscontrol animation playbackload and play GLTF animationsprogrammatically animate bones

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download threejs-animation
$ synaptic skills detail threejs-animation
$ synaptic skills live threejs-animation

Dependências

threethree/examples/jsm/loaders/GLTFLoader.js

Links

GitHub Repository