Spinners

This is a GUI for Spinners, a Javascript library that creates pixel-perfect cross-browser loading icons through Canvas. Written for use in Lightview and Tipped, feel free to use it in your own projects.

var spinner = Spinners.create('#spinner', {
  radius: #{radius},
  height: #{height},
  width: #{width},
  dashes: #{dashes},
  opacity: #{opacity},
  padding: #{padding},
  rotation: #{rotation},
  fadeOutSpeed: #{fadeOutSpeed},
  color: '#{color}'
  pauseColor: '#{pauseColor}',
  pauseOpacity: #{pauseOpacity}
}).play();

spinner.center();