Projects

tween.js

Tweening engines are like php frameworks: every developer has her/his own!

So here's mine. Super simple, for tweening properties in an object. It doesn't append 'px' to styles, it doesn't actually do much. It just interpolates values.

The easing functions are based on the famous Robert Penner's collection of easing functions, of course.

Grab the code at github.