Templat:ᨑᨗᨉᨘᨓ/ᨁᨐ.css
Tampilan
/* ᨅᨚᨅ */
.anim {
display: inline-block;
position: absolute;
top: 0px;
left: 0px;
animation-name: ani;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
}
@keyframes ani {
0% {
top:0px;
opacity:0;
}
50% {
top:-5px;
opacity:1;
}
100% {
top:0px;
opacity: 0;
}
to{top:0px}
}
.ce {
width: 100%;
height: 50%;
animation-duration: 10s;
}
.du {
width: 100%;
height: 50%;
animation-duration: 8s;
}