Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

Behavior seems to have no effect

$
0
0
Thanks sierdzio. I’ve got it. I must specify a target of Behavior with “on” syntax or use only ColorAnimation. In fact, my question came from the description of Behavior in Getting Started Programming with Qt Quick. [qt-project.org] Following code is in the article: In TextEditor.qml:       Behavior{         NumberAnimation{property: "rotation";easing.type: Easing.OutExpo }     } This code doesn’t include “on” syntax, so this will not work, won’t it?

Viewing all articles
Browse latest Browse all 4972

Trending Articles