summaryrefslogtreecommitdiff
path: root/components/StyledRect.qml
blob: f5d514395d0dad69c04438861d9099108e62ddd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
import QtQuick

Rectangle {
    id: root

    color: "transparent"

    Behavior on color {
        CAnim {}
    }
}