Base technique animation
Recovery phase configuration options
Enhanced animation with recovery phase
// Add default 220ms recovery to front kick
const kickWithRecovery = addRecoveryPhase(FRONT_KICK_ANIMATION);
// Add custom 180ms recovery with faster muscle release
const quickRecovery = addRecoveryPhase(JAB_ANIMATION, {
duration: 0.18,
intermediateMuscleTension: 0.3,
finalMuscleTension: 0.05,
});
Add realistic recovery phase to technique animation
Korean: 기술 애니메이션에 복귀 단계 추가
Enhances technique animations with proper recovery phases following Korean martial arts principles of 복귀 (Bokgwi - recovery/return).
The recovery phase consists of two keyframes:
Intermediate recovery (60% of recovery duration):
Final recovery (100% of recovery duration):