summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativesmoothedanimation/data/smoothedanimation2.qml
blob: 544e7e958480b374a3a95f4a196353da1581e212 (plain)
1
2
3
4
5
import Qt 4.7

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