Skip to content

Instantly share code, notes, and snippets.

@connorrothschild
Created August 21, 2020 14:52
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 connorrothschild/afa97ba509a22f2c9bee6b2d60cbdde1 to your computer and use it in GitHub Desktop.
Save connorrothschild/afa97ba509a22f2c9bee6b2d60cbdde1 to your computer and use it in GitHub Desktop.
@keyframes slide-from-right {
0% {transform: translateX(150%)}
100% { transform: translateX(0%); }
}
.biography-title {
animation: slide-from-right 1s forwards;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment