fix: jittery media playback progress
This commit is contained in:
@@ -48,7 +48,7 @@ export function PlaybackPageIndicator({
|
|||||||
: i === current
|
: i === current
|
||||||
? `${progress * 100}%`
|
? `${progress * 100}%`
|
||||||
: "0%",
|
: "0%",
|
||||||
transition: i === current ? "width 150ms linear" : "none",
|
transition: i === current ? "width 300ms linear" : "none",
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user