animation: customAni 4s infinite; @Keyframes customAni{ 0% { transform: rotateX(0deg) translateY(0px); } 50% { transform: rotateX(0deg) translateY(-80px); } 100% { transform: rotateX(0deg) translateY(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