My page uses custom CSS! For the best experience, please turn on custom CSS in your display settings. Don't worry; I do not have flashing colors or lights.
You need to add the animation specifically to the image! You can ask in the help forums for more help; I don't feel comfortable giving out exact custom code snippets, sorry!
@keyframes upAndDown { 0% { transform: translateY(7px); } 100% { transform: translateY(-7px); } }3 years, 7 months ago
3 years, 7 months ago
You need to add the animation specifically to the image! You can ask in the help forums for more help; I don't feel comfortable giving out exact custom code snippets, sorry!
3 years, 6 months ago