mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-04 07:19:52 +00:00
fix: format studio.css keyframes
This commit is contained in:
@@ -153,8 +153,12 @@ body {
|
||||
}
|
||||
|
||||
@keyframes hf-thumb-fade {
|
||||
from { opacity: 0; }
|
||||
to { opacity: 1; }
|
||||
from {
|
||||
opacity: 0;
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.hf-loader-progress__fill {
|
||||
|
||||
Reference in New Issue
Block a user