Skip to content

Instantly share code, notes, and snippets.

@jnaO
Last active October 13, 2015 05:48
Show Gist options
  • Save jnaO/4148568 to your computer and use it in GitHub Desktop.
Save jnaO/4148568 to your computer and use it in GitHub Desktop.
SASS: prefix - transition
=transit($args)
-webkit-transition: $args
-moz-transition: $args
-ms-transition: $args
-o-transition: $args
transition: $args
# use:
# +transit(( top .3s linear, left .5s ease-in-out ))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment