nosignal-shell/components/CAnim.qml
2 * r + 2 * t 04f34034c3 feat: rework wallpaper to use stack instead of A/B
Also switch colour animation to SlowEffects
2026-04-23 01:00:35 +10:00

7 lines
163 B
QML

import QtQuick
import Caelestia.Config
ColorAnimation {
duration: Tokens.anim.durations.expressiveSlowEffects
easing: Tokens.anim.expressiveSlowEffects
}