mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-13 09:12:08 -04:00
dms: Material Animation Refactor
- Thanks Google for Material 3 Expressive stuffs - Thanks Caelestia shell for pushing qml limits to showcase the blueprint
This commit is contained in:
@@ -154,10 +154,14 @@ Singleton {
|
||||
property bool nightModeEnabled: false
|
||||
property int animationSpeed: SettingsData.AnimationSpeed.Short
|
||||
property int customAnimationDuration: 500
|
||||
property bool syncComponentAnimationSpeeds: true
|
||||
onSyncComponentAnimationSpeedsChanged: saveSettings()
|
||||
property int popoutAnimationSpeed: SettingsData.AnimationSpeed.Short
|
||||
property int popoutCustomAnimationDuration: 150
|
||||
property int modalAnimationSpeed: SettingsData.AnimationSpeed.Short
|
||||
property int modalCustomAnimationDuration: 150
|
||||
property bool enableRippleEffects: true
|
||||
onEnableRippleEffectsChanged: saveSettings()
|
||||
property string wallpaperFillMode: "Fill"
|
||||
property bool blurredWallpaperLayer: false
|
||||
property bool blurWallpaperOnOverview: false
|
||||
|
||||
Reference in New Issue
Block a user