chenglou / tween-functions

Robert Penner's easing functions, slightly modified
Other
185 stars 14 forks source link

My fork #5

Open khrome opened 10 months ago

khrome commented 10 months ago

Hey there, I rebuilt this as pure ESM with transpiled commonjs support, tests, a demo harness and jsdoc types.

Check it out @ @environment-safe/tween

That could be integrated back to this project, if it fits with your roadmap.

Otherwise, thanks for the work!

-abbey

ts-web commented 3 months ago

I made one too :joy:

https://github.com/ts-web/tween-functions-ts

Looks like you beat me to it though! Better JSDoc too :+1:

khrome commented 3 months ago

Happy to take contributions! :D

run everywhere source is a rather uncommon use case that I've supported a few different interfaces for under @environment-safe and using a mocha style test runner that can multi-target moka in service to a couple of larger projects I want that behavior in. I'm pretty satisfied with the results even if the road there was a little bumpy.