MiguelCastillo / scenic

Scene graph
MIT License
4 stars 0 forks source link

Moved lerp function to its own file #28

Closed MiguelCastillo closed 2 years ago

MiguelCastillo commented 2 years ago

Im planning on reusing the lerp function outside of the animation module so Im moving it to the math package. Also added the function range which I copied from MDN. We use this in the UI Slider component. I will change that separately.

MiguelCastillo commented 2 years ago

@jandrade we can use the range function from math in the slider. im going make that tweak separately.