mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-08 23:02:05 -04:00
7 lines
188 B
QML
7 lines
188 B
QML
import QtQuick
|
|
|
|
QtObject {
|
|
readonly property AppearanceAnimCurves curves: AppearanceAnimCurves {}
|
|
readonly property AppearanceAnimDurations durations: AppearanceAnimDurations {}
|
|
}
|