--- title: "Animated Waving Hand Emoji 👋 Using CSS" date: 2019-04-17 14:20:10-0400 description: "How to make the 👋 waving hand emoji actually wave using pure CSS animation!" tags: - CSS - Animation - Emoji - Keyframes - Cool Tricks image: "/static/images/notes/css-waving-hand-emoji/codepen.png" --- ## Howdy, friends! 👋 If you examine [my homepage](/) long enough, you might notice the 👋 hand emoji at the top subtly waving at you. This was easily accomplished using a few lines of CSS with a feature called [`@keyframes`](https://developer.mozilla.org/en-US/docs/Web/CSS/@keyframes) — no bulky GIFs involved, and no JS mess or jQuery overkill required. Below are the code snippets you can grab and customize to make your own ["waving hand" 👋](https://emojipedia.org/waving-hand-sign/) emojis **_actually wave_**, and a [CodePen playground](https://codepen.io/jakejarvis/pen/pBZWZw) for live testing. ## Demo