diff options
| author | Fuwn <[email protected]> | 2026-05-08 08:06:27 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-05-08 08:06:27 +0000 |
| commit | 69355fa5b080a97d7914ae039ae3d36c0d374034 (patch) | |
| tree | 65eb8bc2a3d4afe58f76222f745082756c599dbc /src/app.css | |
| parent | style(header): soften hide/show curve with ease-out-quart (diff) | |
| download | due.moe-69355fa5b080a97d7914ae039ae3d36c0d374034.tar.xz due.moe-69355fa5b080a97d7914ae039ae3d36c0d374034.zip | |
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.css | 1 |
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"; |