File Editor
Directories:
.. (Back)
carousel
comment-likes
contact-form
custom-css
custom-post-types
images
infinite-scroll
instant-search
lazy-images
likes
masterbar
photon
related-posts
scan
sharedaddy
shortcodes
tiled-gallery
videopress
widget-visibility
widgets
Files:
accessible-focus.min.js
admin.asset.php
admin.css
admin.js
admin.rtl.css
connect-button.min.js
crowdsignal-shortcode.min.js
crowdsignal-survey.min.js
facebook-embed.min.js
gallery-settings.min.js
idc-notice.min.js
jetpack-admin.min.js
jetpack-connection-banner.min.js
jetpack-deactivate-dialog.min.js
jetpack-jitm.min.js
jetpack-modules.min.js
jetpack-modules.models.min.js
jetpack-modules.views.min.js
jetpack-wizard-banner.min.js
jquery.jetpack-resize.min.js
jquery.spin.min.js
polldaddy-shortcode.min.js
postmessage.min.js
spin.min.js
static-noscript-notice.html
static-version-notice.html
static.css
static.html
static.js
static.rtl.css
style.min.css
style.min.rtl.css
twitter-timeline.min.js
Create New File
Create
Edit File: jquery.spin.min.js
/* Do not modify this file directly. It is compiled from other files. */ /** * Copyright (c) 2011-2013 Felix Gnass * Licensed under the MIT license */ !function(e){if("object"==typeof exports)e(require("jquery"),require("spin"));else if("function"==typeof define&&define.amd)define(["jquery","spin"],e);else{if(!window.Spinner)throw new Error("Spin.js not present");e(window.jQuery,window.Spinner)}}(function(e,n){e.fn.spin=function(s,i){return this.each(function(){var t=e(this),r=t.data();if(r.spinner&&(r.spinner.stop(),delete r.spinner),!1!==s){if(void 0!==(s=e.extend({color:i||t.css("color")},e.fn.spin.presets[s]||s)).right&&void 0!==s.length&&void 0!==s.width&&void 0!==s.radius){var p=t.css("padding-left");p=void 0===p?0:parseInt(p,10),s.left=t.outerWidth()-2*(s.length+s.width+s.radius)-p-s.right,delete s.right}r.spinner=new n(s).spin(this)}})},e.fn.spin.presets={tiny:{lines:8,length:2,width:2,radius:3},small:{lines:8,length:4,width:3,radius:5},large:{lines:10,length:8,width:4,radius:8}}}),function(e){e.fn.spin.presets.wp={trail:60,speed:1.3},e.fn.spin.presets.small=e.extend({lines:8,length:2,width:2,radius:3},e.fn.spin.presets.wp),e.fn.spin.presets.medium=e.extend({lines:8,length:4,width:3,radius:5},e.fn.spin.presets.wp),e.fn.spin.presets.large=e.extend({lines:10,length:6,width:4,radius:7},e.fn.spin.presets.wp),e.fn.spin.presets["small-left"]=e.extend({left:5},e.fn.spin.presets.small),e.fn.spin.presets["small-right"]=e.extend({right:5},e.fn.spin.presets.small),e.fn.spin.presets["medium-left"]=e.extend({left:5},e.fn.spin.presets.medium),e.fn.spin.presets["medium-right"]=e.extend({right:5},e.fn.spin.presets.medium),e.fn.spin.presets["large-left"]=e.extend({left:5},e.fn.spin.presets.large),e.fn.spin.presets["large-right"]=e.extend({right:5},e.fn.spin.presets.large)}(jQuery);
Save Changes
Rename File
Rename