Performance Overhaul: Thread-pool decode, zero-copy pixel mode, and GPU seekbar UI

This commit is contained in:
YusufB5 2026-06-19 19:51:39 +03:00
parent dc08a47de7
commit 524d66be72
3 changed files with 90 additions and 69 deletions

View file

@ -284,10 +284,13 @@ body {
position: absolute;
left: 0;
height: 4px;
width: 0;
width: 100%;
background: var(--accent-color);
border-radius: 2px;
pointer-events: none;
transform-origin: left;
transform: scaleX(0);
will-change: transform;
}
.seek-slider {
-webkit-appearance: none;