12 lines
117 B
QML
12 lines
117 B
QML
import QtQuick
|
|
|
|
Rectangle {
|
|
id: root
|
|
|
|
color: "transparent"
|
|
|
|
Behavior on color {
|
|
CAnim {}
|
|
}
|
|
}
|