-
Task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.11
-
None
For rotation animations which do not touch the rotation anchor, we currently generate animations like this:
ParallelAnimation {
PropertyAnimation {
duration: 233
target: _qt_node3_transform_0_1
property: "angle"
to: -60
easing: _qt_node0.easing_05
}
}
We could remove the ParallelAnimation here, it just requires detecting this case up-front.