aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/librarymetrics_performance/data/animations.1.qml
blob: 846378fdee2caa3fd941ea0f0bc9783f71c34fa0 (plain)
1
2
3
4
5
6
import QtQuick 2.0

Item {
    property real a: 50
    NumberAnimation on a { to: 500; duration: 1000 }
}