Forums

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

Home Forums CSS How to make CSS3 animation Re: How to make CSS3 animation

#129399
JohnMotylJr
Participant

@sshuvro58,

Try reversing your 0% and 100%

@-webkit-keyframes move {
0% { margin-left:-800px; }
100% { margin-left:0px; }
}