#lcaption {
animation-name: anlcaption;
animation-duration: 30s;
animation-timing-function: ease;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
@keyframes anlcaption {
}
#limage {
animation-name: anlimage;
animation-duration: 30s;
animation-timing-function: ease;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
@keyframes anlimage {
from {
background-color:white;
border-radius:0%;
opacity:1;
filter: blur(0px);
}
10% {
background-color:ghostwhite;
}
13% {
background-color:violet;
border-radius:0%;
filter: blur(0px);
}
20% {
border-radius:50%;
filter: blur(5px);
}
90% {
background-color:darkolivegreen;
}
to {
background-color:violet;
border-radius:50%;
filter: blur(5px);
}
}
#rcaption {
animation-name: anrcaption;
animation-duration: 30s;
animation-timing-function: ease;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
@keyframes anrcaption {
}
#rimage {
animation-name: anrimage;
animation-duration: 30s;
animation-timing-function: ease;
animation-iteration-count: 1;
animation-fill-mode: forwardsundefinedundefined;
}
@keyframes anrimage {
}
body {
animation-name: anbg;
animation-duration: 30s;
animation-timing-function: ease;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
@keyframes anbg {
0% {
}
}
