Date: 2025-01-12 14:51:10
Score: 2.5
Natty:
@keyframes animatedBackground {
from {
background-position: 0 0;
}
to {
background-position: 100% 0;
}
}
#animate-area {
width: 200px;
height: 200px;
background-image: url(https://picsum.photos/400/200);
background-position: 0px 0px;
background-repeat: repeat-x;
animation: animatedBackground 10s linear infinite alternate;
}
<div id="animate-area"></div>
enter image description here
Reasons:
- Blacklisted phrase (1): enter image description here
- Probably link only (1):
- Has code block (-0.5):
- Low reputation (1):
Posted by: Anil Upade