Skip to content

Instantly share code, notes, and snippets.

@borisdiakur
Created December 16, 2022 13:16
Show Gist options
  • Save borisdiakur/f090e5c301b1e04383e1f583439ef59b to your computer and use it in GitHub Desktop.
Save borisdiakur/f090e5c301b1e04383e1f583439ef59b to your computer and use it in GitHub Desktop.
Snazzy entrance animations
/* Animating to default styles? You only need the "from" part of your keyframes 🚀 */
keyframes scale-in {
from {
transform: scale(0);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment