Files
Chamilo/web/assets/jquery-ui/ui/minified/effects/effect-puff.js
2025-08-14 22:44:47 +02:00

4 lines
431 B
JavaScript

/*! jQuery UI - v1.12.2-pre - 2023-12-15
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed */
!function(a){"function"==typeof define&&define.amd?define(["jquery","../version","../effect","./effect-scale"],a):a(jQuery)}(function(a){return a.effects.define("puff","hide",function(b,c){var d=a.extend(!0,{},b,{fade:!0,percent:parseInt(b.percent,10)||150});a.effects.effect.scale.call(this,d,c)})});