Skip to content

Instantly share code, notes, and snippets.

@is8r
Created May 6, 2013 02:54
Show Gist options
  • Save is8r/5523119 to your computer and use it in GitHub Desktop.
Save is8r/5523119 to your computer and use it in GitHub Desktop.
クラスの書き方
class Thumb
base: null
ready: false
constructor: (@base) ->
base = @base
$(base).animate(opacity:0)
enter: (d) ->
$(base).delay(d).animate(opacity:1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment