Guest User

Untitled

a guest
Oct 24th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <snippet>
  2. <!-- Type `alltransition` and hit tab to output the full code for CSS Transition. -->
  3. <content><![CDATA[
  4. -webkit-transition: all ${1:0.2}s ease-out;
  5. -moz-transition: all ${1:0.2}s ease-out;
  6. -o-transition: all ${1:0.2}s ease-out;
  7. transition: all ${1:0.2}s ease-out;
  8. ]]></content>
  9. <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
  10. <tabTrigger>alltransition</tabTrigger>
  11. <!-- Optional: Set a scope to limit where the snippet will trigger -->
  12. <scope>source.css</scope>
  13. </snippet>
Add Comment
Please, Sign In to add comment