Sha256: d5dee3626463c8581eb2aa88ca86c32bc93e45145b8fbaf6be0fb86258b1292a
Contents?: true
Size: 437 Bytes
Versions: 35
Compression:
Stored size: 437 Bytes
Contents
rotation = -> $('#navigation-logo > .itsf-logo-38').rotate angle: 0 animateTo: 360 callback: rotation return $ -> $('a').click -> rotation() $('a *').click -> rotation() $('input[type="submit"]').click -> rotation() $('#navigation-logo > .itsf-logo-38').rotate bind: mouseover: -> $(this).rotate animateTo: 180 return mouseout: -> $(this).rotate animateTo: 0 return
Version data entries
35 entries across 35 versions & 1 rubygems