Home · All Classes · All Functions · Overviews

QML NumberAnimation Element Reference

[Inherits PropertyAnimation]

The NumberAnimation element allows you to animate changes in properties of type qreal. More...

Properties

Detailed Description

Animate a set of properties over 200ms, from their values in the start state to their values in the end state of the transition:

 NumberAnimation { properties: "x,y,scale"; duration: 200 }

Property Documentation

from : real

This property holds the starting value. If not set, then the value defined in the start state of the transition.


to : real

This property holds the ending value. If not set, then the value defined in the end state of the transition or Behavior.



Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies) Trademarks
Qt 4.7.0