Sha256: 4693f5138507ecc3fe8897c765077ee5f4d659180f5d6f39c0bf4094ec9df8cb

Contents?: true

Size: 1.11 KB

Versions: 7

Compression:

Stored size: 1.11 KB

Contents

/*
 * jQuery UI Effects Shake 1.8.5
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Effects/Shake
 *
 * Depends:
 *	jquery.effects.core.js
 */
(function(d){d.effects.shake=function(a){return this.queue(function(){var b=d(this),j=["position","top","left"];d.effects.setMode(b,a.options.mode||"effect");var c=a.options.direction||"left",e=a.options.distance||20,l=a.options.times||3,f=a.duration||a.options.duration||140;d.effects.save(b,j);b.show();d.effects.createWrapper(b);var g=c=="up"||c=="down"?"top":"left",h=c=="up"||c=="left"?"pos":"neg";c={};var i={},k={};c[g]=(h=="pos"?"-=":"+=")+e;i[g]=(h=="pos"?"+=":"-=")+e*2;k[g]=(h=="pos"?"-=":"+=")+
e*2;b.animate(c,f,a.options.easing);for(e=1;e<l;e++)b.animate(i,f,a.options.easing).animate(k,f,a.options.easing);b.animate(i,f,a.options.easing).animate(c,f/2,a.options.easing,function(){d.effects.restore(b,j);d.effects.removeWrapper(b);a.callback&&a.callback.apply(this,arguments)});b.queue("fx",function(){b.dequeue()});b.dequeue()})}})(jQuery);

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hydroponics-0.3.5 static/vendor/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.shake.min.js
hydroponics-0.3.4 static/vendor/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.shake.min.js
hydroponics-0.3.3 static/vendor/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.shake.min.js
hydroponics-0.3.2 static/vendor/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.shake.min.js
hydroponics-0.3.1 static/vendor/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.shake.min.js
hydroponics-0.3.0 static/vendor/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.shake.min.js
hydroponics-0.2.2 static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.shake.min.js