Writing custom jquery tween (no animate() function)
Is there a way to write a custom tweening function, preferably with easing, without the use of the build in animate() function?
In Javascript, it's possible to do this with an interval, but I haven't been successful in finding something similar for jquery
Any fancy a go at this?