Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt for MCUs 2.6
-
None
Description
In QML,, if the name property is "" for State, it's regarded as a default State.
The issue is, when the "to" property of Transition is "", the Transition Animation is not applied.
In the code below, the transition animation from "blueScreen" to "" doesn't occur.
*Pasting the snippet ended up with a broken format. Let me paste a screenshot instead. I attached the actual project, so please check it for the code.
Changing the name of the state from "" to "default" resolved the issue for now.
Attachments
Issue Links
- mentioned in
-
Page Loading...