body {
animation-name: anbg;
animation-duration: 30s;
animation-timing-function: ease;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
@keyframes anbg {
7% {
  background-image: url("https://localhost/wwwbin/u/0/1237/img/bg.big.webp");
}
10% {
  background-image: url("https://localhost/wwwbin/u/0/1237/img/gotonetzan.webp");
}
13% {
  background-image: url("https://localhost/wwwbin/u/0/1237/img/gotonetzan.webp");
}
17% {
  background-image: url("https://localhost/wwwbin/u/0/1237/img/login.webp");
}
20% {
  background-image: url("https://localhost/wwwbin/u/0/1237/img/login.webp");
}
27% {
  background-image: url("https://localhost/wwwbin/u/0/1237/img/loggedin.webp");
}
33% {
  background-image: url("https://localhost/wwwbin/u/0/1237/img/loggedin.webp");
}
37% {
  background-image: url("https://localhost/wwwbin/u/0/1237/img/choose.webp");
}
100% {
  background-image: url("https://localhost/wwwbin/u/0/1237/img/choose.webp");
}
}
#lcaption {
animation-name: anlcaption;
animation-duration: 30s;
animation-timing-function: ease;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
@keyframes anlcaption {
from {
}
to {
}
}
#limage {
animation-name: anlimage;
animation-duration: 30s;
animation-timing-function: ease;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
@keyframes anlimage {
from {
}
to {
}
}
#rcaption {
animation-name: anrcaption;
animation-duration: 30s;
animation-timing-function: ease;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
@keyframes anrcaption {
from {
}
to {
}
}
#rimage {
animation-name: anrimage;
animation-duration: 30s;
animation-timing-function: ease;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
@keyframes anrimage {
from {
}
to {
}
}
