I'm trying to use Zepto JS instead of jQuery for a project but Zepto JS's lack of a "queue" system like jQuery's is making things difficult for me. Has anyone made a plugin/port of jQuery's queue stuff for use with Zepto JS? Or, if not, is there a similar 3rd party alternative I could use instead?
Thanks in advance for any advice/help with this!
FYI this is a spin-off of the question from here: using zepto, is it possible to queue animations?