mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-07-06 17:13:14 +03:00
Initial import and public 'release'
This commit is contained in:
parent
327597ca02
commit
90ee4dfea0
792 changed files with 147584 additions and 0 deletions
5
htdocs/jquery/development-bundle/ui/minified/jquery.ui.effect-drop.min.js
vendored
Normal file
5
htdocs/jquery/development-bundle/ui/minified/jquery.ui.effect-drop.min.js
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
/*! jQuery UI - v1.10.4 - 2014-04-02
|
||||
* http://jqueryui.com
|
||||
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
|
||||
|
||||
(function(t){t.effects.effect.drop=function(e,i){var s,n=t(this),a=["position","top","bottom","left","right","opacity","height","width"],o=t.effects.setMode(n,e.mode||"hide"),r="show"===o,l=e.direction||"left",h="up"===l||"down"===l?"top":"left",c="up"===l||"left"===l?"pos":"neg",u={opacity:r?1:0};t.effects.save(n,a),n.show(),t.effects.createWrapper(n),s=e.distance||n["top"===h?"outerHeight":"outerWidth"](!0)/2,r&&n.css("opacity",0).css(h,"pos"===c?-s:s),u[h]=(r?"pos"===c?"+=":"-=":"pos"===c?"-=":"+=")+s,n.animate(u,{queue:!1,duration:e.duration,easing:e.easing,complete:function(){"hide"===o&&n.hide(),t.effects.restore(n,a),t.effects.removeWrapper(n),i()}})}})(jQuery);
|
Loading…
Add table
Add a link
Reference in a new issue