mirror of
https://github.com/YusufB5/ASCILINE.git
synced 2026-06-23 22:48:06 +02:00
Performance Overhaul: Thread-pool decode, zero-copy pixel mode, and GPU seekbar UI
This commit is contained in:
parent
dc08a47de7
commit
524d66be72
3 changed files with 90 additions and 69 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue