HEX
Server: Apache
System: Linux msm5694.mjhst.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: camjab_ssh (1000)
PHP: 5.3.29
Disabled: NONE
Upload Files
File: /home/httpd/html/baretube.com.new/admin/public/scss/_keyframes.scss
@-webkit-keyframes fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}
@-moz-keyframes fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
		
@-webkit-keyframes progressbar {
    0% { background-position: 0 0; }
    100% { background-position: 6px 0; }
}
@-moz-keyframes progressbar {
    0% { background-position: 0 0; }
    100% { background-position: 6px 0; }
}
@keyframes progressbar {
    0% { background-position: 0 0; }
    100% { background-position: 6px 0; }
}

@-webkit-keyframes blink-row {
    0% { background-color: inherit; }
    50% { background-color: white; }
    100% { background-color: inherit; }
}
@-moz-keyframes blink-row {
    0% { background-color: inherit; }
    50% { background-color: white; }
    100% { background-color: inherit; }
}
@keyframes blink-row {
    0% { background-color: inherit; }
    50% { background-color: white; }
    100% { background-color: inherit; }
}