stopAnimate for Zepto.js
$.fn.stopAnimte = function() { var endEvent = $.fx.transitionEnd; this.css('transition', 'none').unbind(endEvent); return this; }