mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 02:10:45 +01:00
31b7a7a762
Changelog: * https://jqueryui.com/changelog/1.11.4/ * https://github.com/jquery/jquery-ui/compare/1.11.3...1.11.4 props scott.gonzalez for arranging this release. fixes #31597, #30998. Built from https://develop.svn.wordpress.org/trunk@31716 git-svn-id: http://core.svn.wordpress.org/trunk@31697 1a063a9b-81f0-0310-95a4-ce76da25c4cd
11 lines
515 B
JavaScript
11 lines
515 B
JavaScript
/*!
|
|
* jQuery UI Effects Fade 1.11.4
|
|
* http://jqueryui.com
|
|
*
|
|
* Copyright jQuery Foundation and other contributors
|
|
* Released under the MIT license.
|
|
* http://jquery.org/license
|
|
*
|
|
* http://api.jqueryui.com/fade-effect/
|
|
*/
|
|
!function(a){"function"==typeof define&&define.amd?define(["jquery","./effect"],a):a(jQuery)}(function(a){return a.effects.effect.fade=function(b,c){var d=a(this),e=a.effects.setMode(d,b.mode||"toggle");d.animate({opacity:e},{queue:!1,duration:b.duration,easing:b.easing,complete:c})}}); |