feat(ui): interactive race story canvas and layout refinements

This commit is contained in:
2026-05-25 13:44:51 -04:00
parent c25822dee0
commit bc1c551a82
2 changed files with 50 additions and 13 deletions

View File

@@ -2501,8 +2501,8 @@ a { color: inherit; text-decoration: none; }
/* Interactive Race Story Canvas elements */
.rs-driver-line {
stroke-dasharray: 4000;
stroke-dashoffset: 4000;
stroke-dasharray: 1;
stroke-dashoffset: 1;
animation: drawLine 2.5s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}