mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-01 19:18:28 -04:00
14 lines
495 B
QML
14 lines
495 B
QML
pragma Singleton
|
|
|
|
import QtQuick
|
|
import Quickshell
|
|
import qs.DankCommon.Common as DankCommon
|
|
|
|
Singleton {
|
|
readonly property bool enabled: DankCommon.ListViewTransitions.enabled
|
|
readonly property Transition add: DankCommon.ListViewTransitions.add
|
|
readonly property Transition remove: DankCommon.ListViewTransitions.remove
|
|
readonly property Transition displaced: DankCommon.ListViewTransitions.displaced
|
|
readonly property Transition move: DankCommon.ListViewTransitions.move
|
|
}
|