Skip to content

Instantly share code, notes, and snippets.

@apostolos
Created June 3, 2017 00:26
Show Gist options
  • Save apostolos/563d2dc2fe46d7adfb196d5cc3eefbcc to your computer and use it in GitHub Desktop.
Save apostolos/563d2dc2fe46d7adfb196d5cc3eefbcc to your computer and use it in GitHub Desktop.
.flip-translate {
animation: no-translate-3d 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes no-translate-3d {
to {
transform: translate3d(0, 0, 0);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment