Simple numeric spring physics. Springs a value from a start to a target with velocity inheritance. Can be used for (Angle, Position, Animation Frame, Z-Elevatio...
Hello!
the example is not working for me. in that nothing is "springing"
firefox gives this error TypeError: can't access property "dt", this._inst is undefined
main.js:1 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'dt')
chrome gives this one
at self.ISDKBehaviorInstanceBase._tick (main.js:1:913)
at C3.Runtime._CallBehaviorTickMethod (runtime.js:1:34025)
at C3.Runtime._BehaviorTick (runtime.js:1:34330)
at C3.Runtime.Step_AfterPreTick (runtime.js:1:38746)
at C3.Runtime.Tick (runtime.js:1:36774)
at normal (runtime.js:1:3733)
Thanks for catching this weird bug, I've pushed a fix that should hopefully help with that now
it is working now. Thanks!