aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativesmoothedanimation/data/smoothedanimation2.qml
blob: b07120234ad0467d19c1cbe94ac70b3d3d3fe559 (plain)
1
2
3
4
5
import QtQuick 2.0

SmoothedAnimation {
    to: 10; duration: 300; reversingMode: SmoothedAnimation.Immediate
}