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://wwwbin.com/images/white400.jpg");
}
10% {
  background-image: url("https://localhost/wwwbin/u/0/1236/img/nimabg.webp");
}
73% {
  background-image: url("https://localhost/wwwbin/u/0/1236/img/nimabg.webp");
}
77% {
  background-image: url("https://localhost/wwwbin/u/0/1236/img/store.webp");
}
100% {
  background-image: url("https://localhost/wwwbin/u/0/1236/img/store.webp");
}
}
#lcaption {
animation-name: anlcaption;
animation-duration: 30s;
animation-timing-function: ease;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
@keyframes anlcaption {
from {
transform: translate(2vw,0vh);
opacity:0;
}
3% {
transform: translate(2vw,0vh);
opacity:0;
}
7% {
transform: translate(2vw,0vh);
opacity:1;
}
27% {
transform: translate(2vw,0vh);
opacity:1;
}
29% {
transform: translate(2vw,0vh);
opacity:0;
}
40% {
transform: translate(2vw,0vh);
opacity:0;
}
43% {
transform: translate(2vw,0vh);
opacity:1;
}
50% {
transform: translate(2vw,0vh);
opacity:1;
}
73% {
transform: translate(2vw,0vh);
opacity:1;
}
100% {
transform: translate(50vw,2vh);
opacity:1;
}
to {
transform: translate(50vw,5vh);
opacity:1;
}
}
#limage {
animation-name: anlimage;
animation-duration: 30s;
animation-timing-function: ease;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
@keyframes anlimage {
from {
transform: translate(0vw,0vh);
}
73% {
transform: translate(0vw,0vh);
}
100% {
transform: translate(50vw,0vh);
}
to {
transform: translate(50vw,00vh);
}
}
#rcaption {
animation-name: anrcaption;
animation-duration: 30s;
animation-timing-function: ease;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
@keyframes anrcaption {
from {
opacity:0;
}
27% {
opacity:0;
}
30% {
opacity:1;
}
to {
opacity:1;
}
}
#rimage {
animation-name: anrimage;
animation-duration: 30s;
animation-timing-function: ease;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
@keyframes anrimage {
from {
opacity:0;
}
27% {
opacity:0;
}
30% {
opacity:1;
}
to {
opacity:1;
}
}
