| Server IP : 51.178.161.41 / Your IP : 216.73.216.212 Web Server : nginx/1.18.0 System : Linux vms33 5.10.0-36-amd64 #1 SMP Debian 5.10.244-1 (2025-09-29) x86_64 User : web18 ( 5018) PHP Version : 8.3.26 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/clients/client1/web18/web/wp-includes/js/jquery/ui/ |
Upload File : |
/*!
* jQuery UI Effects Fade 1.14.2
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* https://jquery.org/license
*/
!function(e){"use strict";"function"==typeof define&&define.amd?define(["jquery","../version","../effect"],e):e(jQuery)}(function(n){"use strict";return n.effects.define("fade","toggle",function(e,t){var i="show"===e.mode;n(this).css("opacity",i?0:1).animate({opacity:i?1:0},{queue:!1,duration:e.duration,easing:e.easing,complete:t})})});