how do i get stuff on my page to do the floaty thing?? every time i try to do it it doesnt loop :c it just shows up for a few seconds and stops :c same for the drop shadow :c halp :ccccc
STill doing the same thing what am i doing wrong...
body { background-image: url(" "); animation: moveIt 90s linear infinite;
}
@keyframes moveIt { from {background-position: bottom left;} to {background-position: top right;}
nvm it still wont work </3
ty pacjudes <3
animation: moveIt 90s linear infinite;
RIGHT!?!?!??!!? WANT TO LEARN THAT ANIMATON CSS TOO BUT NO OEN ANSWERED ME :((
STill doing the same thing what am i doing wrong...
body {
background-image: url(" ");
animation: moveIt 90s linear infinite;
}
@keyframes moveIt {
from {background-position: bottom left;}
to {background-position: top right;}
}
nvm it still wont work </3
ty pacjudes <3
animation: moveIt 90s linear infinite;
}
@keyframes moveIt {
from {background-position: bottom left;}
to {background-position: top right;}
}
RIGHT!?!?!??!!? WANT TO LEARN THAT ANIMATON CSS TOO BUT NO OEN ANSWERED ME :((