We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1089ef0 commit 2601eafCopy full SHA for 2601eaf
dotcom-rendering/src/components/LoopVideoProgressBar.tsx
@@ -18,7 +18,7 @@ const foregroundStyles = (progressPercentage: number) => css`
18
width: ${progressPercentage}%;
19
z-index: ${getZIndex('loop-video-progress-bar-foreground')};
20
background-color: ${palette('--loop-video-progress-bar-value')};
21
- transition: width 0.3s linear;
+ transition: width 0.25s linear;
22
`;
23
24
type Props = {
0 commit comments