Get stance transition animation.
Korean: 자세 전환 가져오기
Retrieves the transition animation for moving from one stance to another with specific laterality.
Source stance
Target stance
Stance laterality (left/right)
Transition animation, or undefined if not found
const transition = getStanceTransition( TrigramStance.GEON, TrigramStance.TAE, "right");console.log(transition.duration); // 0.2console.log(transition.keyframes.length); // 4 Copy
const transition = getStanceTransition( TrigramStance.GEON, TrigramStance.TAE, "right");console.log(transition.duration); // 0.2console.log(transition.keyframes.length); // 4
자세전환가져오기
Get stance transition animation.
Korean: 자세 전환 가져오기
Retrieves the transition animation for moving from one stance to another with specific laterality.