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

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