Created
May 6, 2013 02:54
-
-
Save is8r/5523119 to your computer and use it in GitHub Desktop.
クラスの書き方
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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