mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 10:19:24 +02:00
29 lines
No EOL
749 B
HTML
29 lines
No EOL
749 B
HTML
<style type="text/css">
|
|
.lds-circle {
|
|
display: inline-block;
|
|
width: 64px;
|
|
height: 64px;
|
|
margin: 8px;
|
|
border-radius: 50%;
|
|
background: #fff;
|
|
animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
|
|
margin: -100px 0 0 -30px !important;
|
|
}
|
|
@keyframes lds-circle {
|
|
0%, 100% {
|
|
animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
|
|
}
|
|
0% {
|
|
transform: rotateY(0deg);
|
|
}
|
|
50% {
|
|
transform: rotateY(1800deg);
|
|
animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
|
|
}
|
|
100% {
|
|
transform: rotateY(3600deg);
|
|
}
|
|
}
|
|
|
|
</style>
|
|
<div class="lds-circle"></div> |