aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/2behavior.qml
blob: 05204151554d4b388320feabac163e925a1887f2 (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick 2.15

Item {
    Behavior {
        SpringAnimation{ spring: 2; damping: 0.2; modulus: 360 }
    }
    Behavior  {
        SpringAnimation{ spring: 2; damping: 0.2; modulus: 360 }
    }
}