It's custom CSS I wrote for myself! And for the character, it's an animation CSS on infinite loop.
It's a small snippet so I don't have it posted anywhere! It's a very simple keyframes animation.
@keyframes upAndDown { 0% { transform: translateY(7px); } 100% { transform: translateY(-7px); } }
It's custom CSS I wrote for myself! And for the character, it's an animation CSS on infinite loop.
3 years, 7 months ago
3 years, 7 months ago
It's a small snippet so I don't have it posted anywhere! It's a very simple keyframes animation.
3 years, 7 months ago
3 years, 7 months ago
@keyframes upAndDown { 0% { transform: translateY(7px); } 100% { transform: translateY(-7px); } }3 years, 7 months ago
3 years, 7 months ago