- EasingFunction에서 step 옵션을 제거하고 독립적인 snapSteps 속성으로 분리 - AnimationLoop에 snapSteps 기반의 움직임 양자화 로직 구현 - 에디터 파라미터 패널에 움직임 단계 조절 슬라이더 추가 - 기본 설정값에 SNAP_STEPS 추가 및 패키지 버전 업데이트 (1.2.10)
23 lines
424 B
JSON
23 lines
424 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm install:*)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(dir:*)",
|
|
"Bash(tree:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(npm run dev:*)",
|
|
"Bash(findstr:*)",
|
|
"Bash(npm link:*)",
|
|
"Bash(find:*)",
|
|
"Bash(nul)",
|
|
"Bash(cd:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|