Skip to content

Instantly share code, notes, and snippets.

@jzimdars
Created May 6, 2013 18:43
Show Gist options
  • Save jzimdars/5527160 to your computer and use it in GitHub Desktop.
Save jzimdars/5527160 to your computer and use it in GitHub Desktop.
CSS transitions via jQuery
resizeDialogToSheet = (callback) ->
setTimeout ->
$("#new_project_dialog > article.new").transition
width: 900,
height: 900,
margin: "90px auto"
,
duration: 600,
timing: "ease-in-out",
complete: callback
, 200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment