separate templates from static files
[unfold.git] / unfold / js / spin.presets.js
diff --git a/unfold/js/spin.presets.js b/unfold/js/spin.presets.js
deleted file mode 100644 (file)
index 46115b1..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: '#f00', // #rgb or #rrggbb
-  speed: 0.3, // 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
-};