zepto.js has an API to animate elements, which allows to include a "done" callback function. animate source
however jquery type queue API doesn't seem to be supported.
I was wondering if there's a built-in approach for creating animation sequences with zepto or should i just pinch a queue function from somewhere?
also the "done" callback doesn't pass any parameters, so its bit ugly to know which stage of the anim sequence you are at - maybe theres a workaround for that?