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; }
}