summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeeasefollow/data/easefollow2.qml
blob: b65964e1acc8c5efe3a1f356015fdd13b8ffe310 (plain)
1
2
3
4
5
import Qt 4.6

EaseFollow {
    source: 10; duration: 300; enabled: true; reversingMode: EaseFollow.Immediate
}