// Get natural motion easing for Korean martial arts consteasing = getEasingFunction("natural-motion"); consteasedValue = easing(0.5); // Smooth physics-based interpolation
// Get explosive power for strike animations constpowerEasing = getEasingFunction("explosive-power");
Get easing function by name
Korean: 이름으로 이징 함수 구하기