Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt for MCUs 2.5.1
-
None
Description
In the line line 106 of Phone.qml from automotive demo, there's a code which looks like it does nothing.
Behavior on opacity { NumberAnimation { } }
But it turned out that the default duration of NumberAnimation is 250 so it technically has a meaning to be here, but at the first sight it was a bit confusing.
If this is a result of the effort to squeeze this demo's footprint, I think we can leave it as is.