- `src/types/area.ts`: cubic easing 함수 타입 추가 - `package.json`: 버전 1.1.0에서 1.2.0으로 업데이트 - `src/engine/AnimationLoop.ts`: 왕복 모션 로직을 sin 함수 기반으로 개선하여 자연스러운 좌우/상하 왕복 구현 - `src/utils/easing.ts`: easeInCubic, easeOutCubic 함수 추가
- `src/types/area.ts`: cubic easing 함수 타입 추가 - `package.json`: 버전 1.1.0에서 1.2.0으로 업데이트 - `src/engine/AnimationLoop.ts`: 왕복 모션 로직을 sin 함수 기반으로 개선하여 자연스러운 좌우/상하 왕복 구현 - `src/utils/easing.ts`: easeInCubic, easeOutCubic 함수 추가