How to use QML animation in broadcasting?
-
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