Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] CSS3 animation:@keyframes Reply To: CSS3 animation:@keyframes

#150134
georgearnall
Participant

You need to include the amount of time the animation will run for. Also, you needed to add position: absolute to the the circle so that the left:; top:; rules will work.

To make the animation loop you also need to add infinite to the animation:; rule.

CodePen

Hope this helps you :)