Skip to content

Instantly share code, notes, and snippets.

@bratsun
Created October 11, 2016 10:04
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 bratsun/2cd1281b2d2c0e7fa0aa318871ee838d to your computer and use it in GitHub Desktop.
Save bratsun/2cd1281b2d2c0e7fa0aa318871ee838d to your computer and use it in GitHub Desktop.
Default transition
a,
.trans,
.alert,
.btn,
button,
svg path,
svg polygon{
@include prefix(transition, all 200ms cubic-bezier(0.025, 0.185, 0.000, 0.590), webkit moz ms o);
@include prefix(transition-timing-function, cubic-bezier(0.025, 0.185, 0.000, 0.590), webkit moz ms o);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment