Improve SpringCurve, add a constructor using mass,stiffnessanddampingRatio. There is one other constructor which uses duration to do the curve calculation
Changes
Rewrite SpringCurve
Recreate some animations
Review Checklist
[ ] Testing: Have you tested your changes, including unit and integration tests for the affected code?
[ ] Breaking Changes: Does this change introduce breaking changes affecting existing code or users?
[ ] Documentation Updates: Are all relevant documentation files (e.g. README, API docs) updated to reflect the changes in this PR?
[ ] Website Updates: Is the website containing the updates you make on documentation?
Description
Improve SpringCurve, add a constructor using
mass,
stiffness
anddampingRatio.
There is one other constructor which uses duration to do the curve calculationChanges
Review Checklist