.result-animations { animation-name: bounceball; animation-duration: 1s; animation-iteration-count: infinite; animation-direction: alternate; animation-delay: 0; animation-play-state: running; animation-fill-mode: none; } @keyframes bounceball { from { bottom: 0; } to { bottom: 60px; } }