How to use QML animation in broadcasting?
QML and Qt Quick
5
Posts
5
Posters
3.8k
Views
1
Watching
-
Hi,
There is no "supported" API to do this. If you are willing to dig into the internals a bit more (and realize there will be no compatability guarantees), changing some of the settings for QUnifiedTimer (src/corelib/animation/qabstractanimation_p.h) might help -- this timer controls all of the QML animation elements, and has several methods for controlling the rate and consistency of the timer.
Regards,
Michael