You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The progress bar is animated using a transform: scaleX property.
This means that any styling that takes width into account is garbled. Let's say I wanted to create a rainbow, its gradient, even if spread over 100vw, is compressed over the current width of the bar:
Whereas using div width, I can either use the bar's width or the viewer's width as reference:
The text was updated successfully, but these errors were encountered:
Saucistophe
added a commit
to Saucistophe/reveal.js
that referenced
this issue
Sep 9, 2024
The progress bar is animated using a transform: scaleX property.
This means that any styling that takes width into account is garbled. Let's say I wanted to create a rainbow, its gradient, even if spread over 100vw, is compressed over the current width of the bar:
Whereas using div width, I can either use the bar's width or the viewer's width as reference:
The text was updated successfully, but these errors were encountered: