qt6-bb10/qtdeclarative/tests/auto/quick/qquicklistview/data/AnimatedButton.qml

11 lines
157 B
QML

import QtQuick 2.12
/*
\qmltype AnimatedButton
*/
Rectangle {
width: 100
height: 20
Behavior on color { ColorAnimation { duration : 300 } }
}