selector{ animation-name: floating 3s ease-in-out infinite; } @keyframes floating { from { transform: translate(0, 0px); } 50% { transform: translate(0, 15px); } to { transform: translate(0, -0px); } }
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter