Skip to content

Instantly share code, notes, and snippets.

@webdestroya
Forked from anonymous/gist:5505511
Created May 2, 2013 21:44
Show Gist options
  • Save webdestroya/5505717 to your computer and use it in GitHub Desktop.
Save webdestroya/5505717 to your computer and use it in GitHub Desktop.
class Sync.StatementListRow extends Sync.View
beforeInsert: ($el) ->
$el.hide()
@insert($el)
afterInsert: ->
@$el.fadeIn('slow')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment