mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
fix(slider): enable layer rendering for opacity animations
Add layer.enabled: true to NColorSlider and NSlider widgets to fix opacity animation issues. This ensures proper compositing during slider animations by rendering to an offscreen layer. Fixes visual glitches where slider opacity transitions were not rendering correctly.
This commit is contained in:
@@ -174,4 +174,6 @@ Slider {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
layer.enabled: true
|
||||
}
|
||||
|
||||
@@ -141,4 +141,6 @@ Slider {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
layer.enabled: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user