Details
-
Suggestion
-
Resolution: Done
-
P3: Somewhat important
-
5.0.0
-
None
-
Doc
Description
The convenient usage of "Animation on x", such as this:
Rectangle { id: coloreditem SequentialAnimation on color { ColorAnimation { to: "yellow"; duration: 1000 } ColorAnimation { to: "blue"; duration: 1000 } ... } }
may not be immediately apparent to someone aiming to use nested Animations, particularly where the parent can specify which is the target for the animation. In this case, the user is more likely attempt to try ColorAnimation on color {, find that it does not work, and manually specify each target+property for each ColorAnimation.
Attachments
For Gerrit Dashboard: QTBUG-20324 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
33449,1 | Add docs for "animation on property" syntax and fix topic page | master | qt/qtdeclarative | Status: MERGED | +2 | 0 |