css animation png

Solutions on MaxInterview for css animation png by the best coders in the world

showing results for - "css animation png"
Aarón
15 Jan 2017
1.img-baby-g-about {
2  width: 100%;
3  height: 327px;
4  animation: animateCloud 10s linear infinite;
5  background-image: url(https://i.postimg.cc/T1nt9ZLk/Lv8L0.png);
6  background-repeat: repeat-x;
7  background position: 0 0;
8}
9    
10@keyframes animateCloud  {0% {background position: 0 0;}100% {background-position: 1280px 0;}}
Santino
23 Nov 2016
1<div class="img-baby-g-about"></div>