feat: add page transitions with Swup

This commit is contained in:
Stefan Imhoff
2023-06-14 15:55:53 +02:00
parent 6f0b121915
commit 7f2470157d
6 changed files with 1170 additions and 81 deletions

5
types/swup.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
declare module '@swup/fade-theme';
declare module '@swup/head-plugin';
declare module '@swup/a11y-plugin';
declare module '@swup/preload-plugin';
declare module '@swup/scroll-plugin';