There is no "transitions:" in manual
-
Qt Creator Documentation 2.3.0 / Creating a Qt Quick Application / Adding Animation to the View
The tutorial is great! But there is not a word about "transitions:". I think that it must be there. What do you think?
@
transitions: [
Transition {
from: "*";
to: "State1";
NumberAnimation {
easing.type: Easing.OutBounce
properties: "x,y";
duration: 1000
}}, Transition { from: "*"; to: "State2"; NumberAnimation { easing.type: Easing.InOutQuad properties: "x,y"; duration: 2000 } }, Transition { NumberAnimation { properties: "x,y"; duration: 200 } } ]
@
-
What is wrong with the "documentation":http://developer.qt.nokia.com/doc/qt-4.7/qml-transition.html that is there? What are you missing?
-
Andre, thank you for your post.
But... You are pointing to a different place.
Let me explain where I am.
- Installed 4.7.
- Started Qt Creator.
- Under "Getting Started" > Building and Running an Example Application.
- Qt Creator Documentation 2.3.0
- Creating a Qt Quick Application.
- On the bottom of the page you will see what I mean.
It took me awhile to figure out what I should do (in addition to cook-book) to make it working.
This place is like the face of Qt Creator (which I like very much). This place is the one - new people will see.
And I just want it to be a little bit better.