Skip to content

Instantly share code, notes, and snippets.

@harentius
Created August 8, 2016 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harentius/04ea3219c93b820568a6621c55b7a313 to your computer and use it in GitHub Desktop.
Save harentius/04ea3219c93b820568a6621c55b7a313 to your computer and use it in GitHub Desktop.
renderTransition
renderTransition: (text, showingTime = 1500) ->
deferred = new Deferred()
setTimeout(() ->
deferred.resolve()
# displaying code
, showingTime)
return deferred
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment