Search for a command to run...
@keyframes abzar-anim {
0% {
opacity: 0.00;
transform: translate(-40px, 0px);
}
100% {
opacity: 1.00;
transform: none;
}
}
.animated-element {
animation: abzar-anim 1s ease-in-out infinite normal 0s both;
}