Comments on 8byte All Comments Start of Thread Parent
@keyframes upAndDown {
  0% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(-7px);
  }
}
This user is not visible to guests.

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!