You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to animate the background color of a Window with animation-tick(), but it doesn't work as expected when using the Qt backend:
Expected Behavior
The background color should continuously animate without requiring user interaction, even when using the Qt backend. Actual Behavior
The background color only updates on user interaction (window, mouse, or keyboard events) when using the Qt backend.
When I set SLINT_NO_QT=1 or use slintpad, it behaves correctly and continuously animates the background color.
The problem is that the animation-tick() property doesn't change until update_timers_and_animations is called. And this is not call unless something else happens for Qt.
ogoffart
changed the title
Window: background color animation fails to update continuously with Qt backend
Qt backend: animation of window properties doesn't work
Jan 6, 2025
Bug Description
I'm attempting to animate the background color of a Window with
animation-tick()
, but it doesn't work as expected when using the Qt backend:Expected Behavior
The background color should continuously animate without requiring user interaction, even when using the Qt backend.
Actual Behavior
The background color only updates on user interaction (window, mouse, or keyboard events) when using the Qt backend.
When I set SLINT_NO_QT=1 or use slintpad, it behaves correctly and continuously animates the background color.
Reproducible Code (if applicable)
Environment Details
Product Impact
No response
The text was updated successfully, but these errors were encountered: