jquery.fadeOut 185 B

123456
  1. # This was cloned from a TextMate bundle for yasnippet.
  2. #name : fadeOut
  3. #key : .fadeOut
  4. #condition : (when (boundp 'jquery-project) jquery-project)
  5. # --
  6. .fadeOut('${1:slow/400/fast}')$0