Skip to content

Instantly share code, notes, and snippets.

Created May 2, 2013 21:13
Show Gist options
  • Save anonymous/5505511 to your computer and use it in GitHub Desktop.
Save anonymous/5505511 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