aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativesmoothedanimation/data/smoothedanimation2.qml
blob: 47935d48f04e3718dadc1ddc4a4be7f0db720874 (plain)
1
2
3
4
5
import QtQuick 1.0

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