spin.presets.js is our stuff, not third-party
[unfold.git] / third-party / spin-1.2.8 / spin.presets.js
diff --git a/third-party/spin-1.2.8/spin.presets.js b/third-party/spin-1.2.8/spin.presets.js
deleted file mode 100644 (file)
index 8cb38d6..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-var spin_presets={
-  lines: 13, // The number of lines to draw
-  length: 7, // The length of each line
-  width: 4, // The line thickness
-  radius: 10, // The radius of the inner circle
-  corners: 1, // Corner roundness (0..1)
-  rotate: 0, // The rotation offset
-  color: '#306', // #rgb or #rrggbb
-  speed: 1, // Rounds per second
-  trail: 60, // Afterglow percentage
-  shadow: false, // Whether to render a shadow
-  hwaccel: true, // Whether to use hardware acceleration
-  className: 'spinner', // The CSS class to assign to the spinner
-  zIndex: 2e9, // The z-index (defaults to 2000000000)
-  top: 'auto', // Top position relative to parent in px
-  left: 'auto' // Left position relative to parent in px
-};