Horizontal scroll animation

https://codepen.io/ahad4387/pen/VwBBVNN I'm trying to achieve automatic horizontal scroll animation, what am i doing wrong here
ahad4387
CodePen
VwBBVNN
...
2 Replies
MarkBoots
MarkBoots17mo ago
you are missing the @keyframes moveLeft animation for example
@keyframes moveLeft {
to { margin-left: -100% }
}
@keyframes moveLeft {
to { margin-left: -100% }
}
Abdul Ahad⚡
Abdul Ahad⚡17mo ago
got it thanks