Is there a way to get every step value with easing functions? Currenntly my code looks like this:
$(background_div).animate({ "width": "some_width" }, { easing: "easeInOutCirc" });
it doesnt allow me to be notifyed about every width value incrementation/decrementation.