skevy / wobble

A tiny (~1.7 KB gzipped) spring physics micro-library that models a damped harmonic oscillator.
https://wobble-demos.now.sh
MIT License
842 stars 19 forks source link

Allow damping to equal 0 #40

Closed jamesplease closed 2 years ago

jamesplease commented 3 years ago

The simplest solution to #39. Not backwards compatible but prob. my preferred solution ✌️

skevy commented 2 years ago

Works for me.

skevy commented 2 years ago

Closes #39

jamesplease commented 2 years ago

✌️thanks a ton @skevy !

jamesplease commented 2 years ago

Thanks again for the merge, @skevy . Any chance you've got time to publish a new version with this change to npm? Happy to help in any way if I can.