1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 13:18:26 -04:00

Update css-waving-hand-emoji.mdx

This commit is contained in:
Jake Jarvis 2021-12-30 19:22:54 -05:00 committed by GitHub
parent f18277b940
commit 70a7053afb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,6 @@ Below are the code snippets you can grab and customize to make your own ["waving
display: inline-block;
}
<!-- prettier-ignore -->
@keyframes wave-animation {
0% { transform: rotate( 0.0deg) }
10% { transform: rotate(14.0deg) } /* The following five values can be played with to make the waving more or less extreme */