Старинная блю-грасс песенка.
В металл-треш обработке, ессно. Аххахахахаха!
[html]
<audio controls>
<source src="https://forumstatic.ru/files/001c/49/20/21880.mp3" type="audio/mpeg">
</audio>
<style>
p{
animation-duration: 9s;
animation-name: slidein;
animation-iteration-count: infinite;
animation-direction: alternate;
animation-timing-function: steps(24, end);
}
p1{
animation-duration: 9s;
animation-name: slideout;
animation-iteration-count: infinite;
animation-direction: alternate;
animation-timing-function: steps(24, end);
}
.myimg
{
animation-duration: 9s;
animation-name: showhide;
animation-iteration-count: infinite;
animation-direction: alternate;
}
@keyframes slidein {
from {
margin-left: 100%;
width: 300%;
}
to {
margin-left: 0%;
width: 100%;
}
}
@keyframes slideout {
from {
margin-left: 0%;
width: 100%;
}
to {
margin-left: 100%;
width: 300%;
}
}
@keyframes showhide {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
</style>
<p>
<img class="myimg" src="https://upforme.ru/uploads/001b/2e/23/11/953259.gif">
</p>
<p1>
<img class="myimg" src="https://upforme.ru/uploads/001b/2e/23/11/953259.gif">
</p1>
[/html]
- Подпись автора
"Не противься злому"
( Матф., 5:39.)