Skip to content

Instantly share code, notes, and snippets.

@hopearmstrong
Created April 2, 2019 05:00
Show Gist options
  • Save hopearmstrong/cefd058f4a5946caa3cc311d7ff80db5 to your computer and use it in GitHub Desktop.
Save hopearmstrong/cefd058f4a5946caa3cc311d7ff80db5 to your computer and use it in GitHub Desktop.
Transition property
Value Description
transition The shorthand property for setting all four at once
transition-delay A delay (in seconds) for the transition effect
transition-duration Number of seconds or milliseconds a transition effect takes to complete
transition-property Specifies the name of the CSS property the transition effect is for
transition-timing-function The speed curve of the transition effect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment