Skip to content

Commit

Permalink
new version demo playground
Browse files Browse the repository at this point in the history
  • Loading branch information
damienmontastier committed Feb 8, 2025
1 parent b131cef commit 84d0b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/vue/src/pages/abstractions/WiggleDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const testRef = ref(null)
const testRefBis = ref(null)
const testRefOpposite = ref(null)
const areaLimit = 3.5
const areaLimit = 3
const { velocity, stiffness, damping } = useControls({
debug: { value: false, type: 'boolean', label: 'Debug' },
Expand Down

0 comments on commit 84d0b26

Please sign in to comment.