diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/Appearance.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/Appearance.qml b/config/Appearance.qml index 633f273..fafca05 100644 --- a/config/Appearance.qml +++ b/config/Appearance.qml @@ -62,6 +62,9 @@ Singleton { readonly property list<real> standard: [0.2, 0, 0, 1, 1, 1] readonly property list<real> standardAccel: [0.3, 0, 1, 1, 1, 1] readonly property list<real> standardDecel: [0, 0, 0, 1, 1, 1] + readonly property list<real> expressiveFastSpatial: [0.42, 1.67, 0.21, 0.9, 1, 1] + readonly property list<real> expressiveDefaultSpatial: [0.38, 1.21, 0.22, 1, 1, 1] + readonly property list<real> expressiveEffects: [0.34, 0.8, 0.34, 1, 1, 1] } component AnimDurations: QtObject { |