mirror of
https://github.com/trafficlunar/website.git
synced 2026-08-12 12:29:49 +00:00
feat: snappier feel
- adds transitions on page load with starting-style - change header's feel (unintentional but like iOS 26) - change some colors about
This commit is contained in:
parent
e3d41cf239
commit
15dfd08c20
14 changed files with 246 additions and 178 deletions
|
|
@ -24,5 +24,5 @@ export default defineConfig({
|
|||
siteName: "trafficlunar",
|
||||
domain: "trafficlunar.nekoweb.org",
|
||||
}),
|
||||
integrations: [svelte(), sitemap(), swup()],
|
||||
integrations: [svelte(), sitemap(), swup({ theme: false, animationClass: false })],
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue