{I" class:ETI"ProcessedAsset;FI"logical_path;TI"jquery.ui.effect-clip.js;FI" pathname;TI"y/Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/jquery-ui-rails-4.1.0/app/assets/javascripts/jquery.ui.effect-clip.js;FI"content_type;TI"application/javascript;TI" mtime;Tl+]•›RI" length;Ti¿I" digest;TI"%56eeda040f140845bc05a1645e00bb07;FI" source;TI"¿ /*! * jQuery UI Effects Clip 1.10.3 * http://jqueryui.com * * Copyright 2013 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/clip-effect/ * * Depends: * jquery.ui.effect.js */ (function( $, undefined ) { $.effects.effect.clip = function( o, done ) { // Create element var el = $( this ), props = [ "position", "top", "bottom", "left", "right", "height", "width" ], mode = $.effects.setMode( el, o.mode || "hide" ), show = mode === "show", direction = o.direction || "vertical", vert = direction === "vertical", size = vert ? "height" : "width", position = vert ? "top" : "left", animation = {}, wrapper, animate, distance; // Save & Show $.effects.save( el, props ); el.show(); // Create Wrapper wrapper = $.effects.createWrapper( el ).css({ overflow: "hidden" }); animate = ( el[0].tagName === "IMG" ) ? wrapper : el; distance = animate[ size ](); // Shift if ( show ) { animate.css( size, 0 ); animate.css( position, distance / 2 ); } // Create Animation Object: animation[ size ] = show ? distance : 0; animation[ position ] = show ? 0 : distance / 2; // Animate animate.animate( animation, { queue: false, duration: o.duration, easing: o.easing, complete: function() { if ( !show ) { el.hide(); } $.effects.restore( el, props ); $.effects.removeWrapper( el ); done(); } }); }; })(jQuery); ;TI"dependency_digest;TI"%7a0f68eada4f468464c864f91310a512;FI"required_paths;T[I"t/Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/jquery-ui-rails-4.1.0/app/assets/javascripts/jquery.ui.effect.js;FI"y/Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/jquery-ui-rails-4.1.0/app/assets/javascripts/jquery.ui.effect-clip.js;FI"dependency_paths;T[{I" path;TI"y/Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/jquery-ui-rails-4.1.0/app/assets/javascripts/jquery.ui.effect-clip.js;FI" mtime;TI"2013-12-01T15:00:29-05:00;TI" digest;TI"%3c23ee7efcf575cebae9b398822da7fb;F{I" path;TI"t/Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/jquery-ui-rails-4.1.0/app/assets/javascripts/jquery.ui.effect.js;FI" mtime;TI"2013-12-01T15:00:29-05:00;TI" digest;TI"%a495d0acd5364242f8ef21d0220ad2d9;FI" _version;TI"%01dc9d4cb5b0ece13ed47cc1cabfeb41;F