Server IP : 15.235.198.142 / Your IP : 216.73.216.14 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/yme/wp-content/plugins/ocean-extra/includes/preloader/assets/css/styles/ |
Upload File : |
.preloader-circle, .preloader-circle div { box-sizing: border-box; } .preloader-circle { display: inline-block; transform: translateZ(1px); } .preloader-circle > div { display: inline-block; width: 64px; height: 64px; margin: 8px; background: currentColor; border-radius: 50%; animation: preloader-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite; } @keyframes preloader-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); } }