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-transfer.min.js
vendored
Normal file
5
htdocs/jquery/development-bundle/ui/minified/jquery.ui.effect-transfer.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.transfer=function(e,i){var s=t(this),n=t(e.to),a="fixed"===n.css("position"),o=t("body"),r=a?o.scrollTop():0,l=a?o.scrollLeft():0,h=n.offset(),c={top:h.top-r,left:h.left-l,height:n.innerHeight(),width:n.innerWidth()},u=s.offset(),d=t("<div class='ui-effects-transfer'></div>").appendTo(document.body).addClass(e.className).css({top:u.top-r,left:u.left-l,height:s.innerHeight(),width:s.innerWidth(),position:a?"fixed":"absolute"}).animate(c,e.duration,e.easing,function(){d.remove(),i()})}})(jQuery);
|
Loading…
Add table
Add a link
Reference in a new issue