aboutsummaryrefslogtreecommitdiff
path: root/src/app.css
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-05-08 08:06:27 +0000
committerFuwn <[email protected]>2026-05-08 08:06:27 +0000
commit69355fa5b080a97d7914ae039ae3d36c0d374034 (patch)
tree65eb8bc2a3d4afe58f76222f745082756c599dbc /src/app.css
parentstyle(header): soften hide/show curve with ease-out-quart (diff)
downloaddue.moe-69355fa5b080a97d7914ae039ae3d36c0d374034.tar.xz
due.moe-69355fa5b080a97d7914ae039ae3d36c0d374034.zip
refactor(motion): introduce easing/duration tokensHEADmain
Add --ease-out-quart, --ease-in-out-quart, --duration-fast, --duration-slow in motion.css and migrate the global anchor, header, and theme-switch transitions to use them. Establishes a shared motion vocabulary for future polish.
Diffstat (limited to 'src/app.css')
-rw-r--r--src/app.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app.css b/src/app.css
index 46f6b621..6b1e5809 100644
--- a/src/app.css
+++ b/src/app.css
@@ -3,6 +3,7 @@
@import "./styles/input.css";
@import "./styles/normalise.css";
@import "./styles/badge.css";
+@import "./styles/motion.css";
@import "./styles/colours.css";
@import "./styles/features.css";
@import "./styles/scroll.css";