Skip to content

Instantly share code, notes, and snippets.

View chrisfarber's full-sized avatar

Chris Farber chrisfarber

View GitHub Profile
$.fn.spinner = (optsOrFalse) ->
if (optsOrFalse != false)
# EVENTUALLY add small, med, large sizes for these options based on the height of the element being spun
spinSize = 25
settings = $.extend({
lines: 10
length: 5
width: 2
radius: 3