Sha256: 0ebbbca4e40dcea50fe36b0621ca3b4836102a5759caf941e5166869a6d2dce4
Contents?: true
Size: 466 Bytes
Versions: 23
Compression:
Stored size: 466 Bytes
Contents
/*! * jQuery UI Effects Fade 1.10.3 * http://jqueryui.com * * Copyright 2013 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/fade-effect/ * * Depends: * jquery.ui.effect.js */ !function(e){e.effects.effect.fade=function(t,a){var f=e(this),i=e.effects.setMode(f,t.mode||"toggle");f.animate({opacity:i},{queue:!1,duration:t.duration,easing:t.easing,complete:a})}}(jQuery);
Version data entries
23 entries across 23 versions & 1 rubygems