Skip to content

Instantly share code, notes, and snippets.

@alexshive
Created August 2, 2013 16:53
Show Gist options
  • Select an option

  • Save alexshive/6141460 to your computer and use it in GitHub Desktop.

Select an option

Save alexshive/6141460 to your computer and use it in GitHub Desktop.
CSS transition properties for Sublime Text
<snippet>
<content><![CDATA[
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
]]></content>
<tabTrigger>trans</tabTrigger>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment