fix(studio): address timeline PR review — drop dead code, add fadeIn keyframes, compSrc test

This commit is contained in:
Miguel Ángel
2026-05-20 23:54:19 -04:00
parent ef2ff298b6
commit 36898f7681
5 changed files with 80 additions and 30 deletions
+5
View File
@@ -152,6 +152,11 @@ body {
background: rgba(255, 255, 255, 0.1);
}
@keyframes hf-thumb-fade {
from { opacity: 0; }
to { opacity: 1; }
}
.hf-loader-progress__fill {
width: 100%;
height: 100%;