{I" class:ETI"ProcessedAsset;FI"logical_path;TI"!jquery.ui.effect-transfer.js;FI" pathname;TI"y/Users/james/.rvm/gems/ruby-2.1.1@fae/gems/jquery-ui-rails-4.2.1/app/assets/javascripts/jquery.ui.effect-transfer.js;FI"content_type;TI"application/javascript;TI" mtime;Tl+éÖ÷SI" length;TiØI" digest;TI"%317b8647a6c553bc13df3bca1f6efc7b;FI" source;TI"Ø /*! * jQuery UI Effects Transfer 1.10.4 * http://jqueryui.com * * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/transfer-effect/ * * Depends: * jquery.ui.effect.js */ (function( $, undefined ) { $.effects.effect.transfer = function( o, done ) { var elem = $( this ), target = $( o.to ), targetFixed = target.css( "position" ) === "fixed", body = $("body"), fixTop = targetFixed ? body.scrollTop() : 0, fixLeft = targetFixed ? body.scrollLeft() : 0, endPosition = target.offset(), animation = { top: endPosition.top - fixTop , left: endPosition.left - fixLeft , height: target.innerHeight(), width: target.innerWidth() }, startPosition = elem.offset(), transfer = $( "
" ) .appendTo( document.body ) .addClass( o.className ) .css({ top: startPosition.top - fixTop , left: startPosition.left - fixLeft , height: elem.innerHeight(), width: elem.innerWidth(), position: targetFixed ? "fixed" : "absolute" }) .animate( animation, o.duration, o.easing, function() { transfer.remove(); done(); }); }; })(jQuery); ;TI"dependency_digest;TI"%4fd0649297cc94152bba53c675107477;FI"required_paths;T[I"p/Users/james/.rvm/gems/ruby-2.1.1@fae/gems/jquery-ui-rails-4.2.1/app/assets/javascripts/jquery.ui.effect.js;FI"y/Users/james/.rvm/gems/ruby-2.1.1@fae/gems/jquery-ui-rails-4.2.1/app/assets/javascripts/jquery.ui.effect-transfer.js;FI"dependency_paths;T[{I" path;TI"y/Users/james/.rvm/gems/ruby-2.1.1@fae/gems/jquery-ui-rails-4.2.1/app/assets/javascripts/jquery.ui.effect-transfer.js;FI" mtime;TI"2014-08-22T16:48:57-07:00;TI" digest;TI"%05dd3b1df2f65bfdd926460530f1c6eb;F{@I"p/Users/james/.rvm/gems/ruby-2.1.1@fae/gems/jquery-ui-rails-4.2.1/app/assets/javascripts/jquery.ui.effect.js;F@ I"2014-08-22T16:48:57-07:00;T@"I"%efdde68bab3b30b47649cb6e20d22bee;FI" _version;TI"%3e3098c8a5e9a7f3b984ba95ac600637;F