-
Task
-
Resolution: Fixed
-
Not Evaluated
-
None
-
None
-
a0e2afe84 (dev), 8d1521e24 (6.10)
In an animated transform, typically only one or max 2 of the properties (scale/rotation/translation/shear/anchor) are actually animated. But Animation items will be generated for all of them, creating load for the QML engine. Could optimize by assigning constant values to those properties and leave them out of the animation machinery.