Skip to content

Commit 86719d1

Browse files
committed
feat(gui): update min param value for animiation config
1 parent 5fa9987 commit 86719d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/sidebar/AnimationPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const AnimationPanel = ({ animationState, setAnimationState, manifoldStat
6262
</div>
6363

6464
<Slider
65-
label="Range" min={0.01} max={0.5} step={0.01}
65+
label="Range" min={0.005} max={0.5} step={0.01}
6666
value={animationState.rangeValue}
6767
onChange={v => setAnimationState(prev => ({ ...prev, rangeValue: v }))}
6868
disabled={controlsLocked}

0 commit comments

Comments
 (0)