Skip to content

Instantly share code, notes, and snippets.

@IvanaSays
Last active August 9, 2017 12:35
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 IvanaSays/ea0b43422520403987084e0299fd13da to your computer and use it in GitHub Desktop.
Save IvanaSays/ea0b43422520403987084e0299fd13da to your computer and use it in GitHub Desktop.
1 - Performant Animations
.box {
left: 10px;
position: absolute;
transition: .2s;
&.active {
left: 0px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment