SyntaxFix
Write A Post
Hire A Developer
Questions
CSS only solution for modern browsers
@keyframes slidein { 0% {margin-left:1500px;} 100% {margin-left:0px;} } .note { animation-name: slidein; animation-duration: .9s; display: block; }