Templat:ᨑᨗᨉᨘᨓ/ᨁᨐ.css
Tampilan
/* ᨅᨚᨅ */
.anim {
transform: scaleX(1.11);
/*object-fit: cover;*/
width: 100%;
/*z-index: -1;*/
/*background: blue;*/
position: absolute;
top: 0px;
left: 0;
animation-name: ani;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
}
@keyframes ani {
0% {
top:0px;
opacity:1;
}
50% {
top:-7px;
opacity:.3;
left: 1px;
}
75%{
top:-3px;
opacity:.5;
}
100% {
top:0px;
opacity: 1;
}
to{top:0px}
}
.ce {
animation-duration: 7s;
/*width:100px;
height:500px;*/
object-fit:fill;
}
.du {
animation-duration: 7s;
animation-delay: 3.3s;
}
@media only screen and (max-width: 40em){ .anim{
width:500%;
left:-50%;
}
}