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-slide.min.js
vendored
Normal file
5
htdocs/jquery/development-bundle/ui/minified/jquery.ui.effect-slide.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.slide=function(e,i){var s,n=t(this),a=["position","top","bottom","left","right","width","height"],o=t.effects.setMode(n,e.mode||"show"),r="show"===o,l=e.direction||"left",h="up"===l||"down"===l?"top":"left",c="up"===l||"left"===l,u={};t.effects.save(n,a),n.show(),s=e.distance||n["top"===h?"outerHeight":"outerWidth"](!0),t.effects.createWrapper(n).css({overflow:"hidden"}),r&&n.css(h,c?isNaN(s)?"-"+s:-s:s),u[h]=(r?c?"+=":"-=":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