13 | 14 | {{ site.data.title }} 15 | 16 |
17 | {% feather "external-link" %} 18 |-
20 | {%- for credit in site.data.credits -%}
21 |
- {{ credit.name }} 22 | {%- endfor -%} 23 |
26 | ├── .nvmrc
├── CNAME
├── src
├── index.md
├── showcase
│ ├── showcase.json
│ ├── 23d.png
│ ├── elao.png
│ ├── dezea.png
│ ├── driendl.png
│ ├── famsf.png
│ ├── gleamer.png
│ ├── terrahq.png
│ ├── lakrawen.png
│ ├── currenthaus.png
│ ├── designcampus.png
│ ├── fellowship.png
│ ├── klikkentheke.png
│ ├── kpmg-plan-k.png
│ ├── meat-studio.png
│ ├── paperdigits.png
│ ├── rubysrainbow.png
│ ├── undp-goals.png
│ ├── felixgaudlitz.png
│ ├── herzogdemeuron.png
│ ├── katpetroschkat.png
│ ├── biennalearte-2024.png
│ ├── coop-himmelblau.png
│ ├── design-everyday.png
│ ├── gradient-journal.png
│ ├── hidden-fortress.png
│ ├── panasonic-pilsen.png
│ ├── rideout-amsterdam.png
│ ├── transmedialekunst.png
│ ├── vendredi-society.png
│ ├── andermatt-realestate.png
│ ├── kunstverein-gartenhaus.png
│ ├── biennalearchitettura-2023.png
│ ├── andermatt-realestate.md
│ ├── 23d.md
│ ├── elao.md
│ ├── terrahq.md
│ ├── meat-studio.md
│ ├── dezea.md
│ ├── gleamer.md
│ ├── fellowship.md
│ ├── famsf.md
│ ├── lakrawen.md
│ ├── currenthaus.md
│ ├── rubysrainbow.md
│ ├── design-everyday.md
│ ├── katpetroschkat.md
│ ├── klikkentheke.md
│ ├── vendredi-society.md
│ ├── undp-goals.md
│ ├── _showcase.md
│ ├── kpmg-plan-k.md
│ ├── driendl.md
│ ├── biennalearte-2024.md
│ ├── designcampus.md
│ ├── panasonic-pilsen.md
│ ├── paperdigits.md
│ ├── biennalearchitettura-2023.md
│ ├── hidden-fortress.md
│ ├── coop-himmelblau.md
│ ├── felixgaudlitz.md
│ ├── gradient-journal.md
│ ├── rideout-amsterdam.md
│ ├── transmedialekunst.md
│ ├── herzogdemeuron.md
│ ├── kunstverein-gartenhaus.md
│ └── README.md
├── _assets
│ ├── images
│ │ ├── icon.png
│ │ ├── swup-demos.mp4
│ │ ├── swup-lifecycle.png
│ │ ├── swup-logo-icon.png
│ │ ├── swup-lifecycle.sketch
│ │ ├── swup-lifecycle-dark.png
│ │ ├── swup-logo-icon-square.png
│ │ ├── swup-social-preview.png
│ │ ├── swup-logo-icon.svg
│ │ ├── swup-logo.svg
│ │ ├── swup-logo-blue.svg
│ │ ├── swup-logo-white.svg
│ │ └── swup-logo-no-dots.svg
│ ├── components
│ │ ├── alpine
│ │ │ ├── SwupThemeSwitcher
│ │ │ │ └── SwupThemeSwitcher.js
│ │ │ ├── MobileNav
│ │ │ │ └── MobileNav.js
│ │ │ ├── VersionSelect
│ │ │ │ └── VersionSelect.js
│ │ │ ├── Search
│ │ │ │ └── Search.js
│ │ │ ├── ColorSchemeSwitcher
│ │ │ │ └── ColorSchemeSwitcher.js
│ │ │ ├── SearchUI
│ │ │ │ └── SearchUI.js
│ │ │ ├── Page
│ │ │ │ └── Page.js
│ │ │ ├── Intro
│ │ │ │ └── Intro.js
│ │ │ └── TableOfContents
│ │ │ │ └── TableOfContents.js
│ │ ├── init-alpine.js
│ │ └── init-swup.js
│ ├── utils.js
│ ├── docs.js
│ └── scss
│ │ ├── inc
│ │ ├── version-select.scss
│ │ ├── utils.scss
│ │ ├── mixins.scss
│ │ ├── toc.scss
│ │ ├── infoblocks.scss
│ │ ├── features.scss
│ │ ├── demos.scss
│ │ ├── header.scss
│ │ ├── tables.scss
│ │ ├── showcase.scss
│ │ ├── base.scss
│ │ ├── breakpoints.scss
│ │ ├── intro.scss
│ │ ├── search.scss
│ │ ├── buttons.scss
│ │ ├── nav.scss
│ │ └── props.scss
│ │ └── docs.scss
├── _includes
│ ├── scripts.njk
│ ├── color-scheme-switcher.njk
│ ├── base.njk
│ ├── version-select.njk
│ ├── swup-theme-switcher.njk
│ ├── mobile-nav.njk
│ ├── page-nav.njk
│ ├── nav.njk
│ ├── showcase-grid.njk
│ ├── page.njk
│ ├── header.njk
│ ├── head.njk
│ ├── search.njk
│ └── intro.njk
├── _layouts
│ ├── default.njk
│ ├── front-page.njk
│ └── showcase.njk
├── docs
│ ├── other
│ │ ├── other.md
│ │ ├── discussions.md
│ │ ├── swup-repositories.md
│ │ ├── changelog.md
│ │ ├── swup-usage-examples.md
│ │ ├── cli.md
│ │ ├── browser-support.md
│ │ ├── contributions.md
│ │ ├── ci-cd.md
│ │ └── minimal-reproduction.md
│ ├── third-party-plugins
│ │ ├── morph-plugin.md
│ │ ├── meta-tags-plugin.md
│ │ ├── preserve-scroll-plugin.md
│ │ └── third-party-plugins.md
│ ├── integrations
│ │ ├── integrations.md
│ │ ├── astro.md
│ │ └── alpine.md
│ ├── announcements
│ │ └── announcements.md
│ ├── themes
│ │ ├── fade-theme.md
│ │ ├── slide-theme.md
│ │ ├── overlay-theme.md
│ │ ├── themes.md
│ │ └── create-theme.md
│ ├── api
│ │ ├── api.md
│ │ ├── properties.md
│ │ ├── methods.md
│ │ ├── helpers.md
│ │ ├── markup.md
│ │ └── cache.md
│ ├── plugins
│ │ ├── gtm-plugin.md
│ │ ├── js-plugin.md
│ │ ├── forms-plugin.md
│ │ ├── ga-plugin.md
│ │ ├── scroll-plugin.md
│ │ ├── gia-plugin.md
│ │ ├── head-plugin.md
│ │ ├── scripts-plugin.md
│ │ ├── a11y-plugin.md
│ │ ├── debug-plugin.md
│ │ ├── matomo-plugin.md
│ │ ├── fragment-plugin.md
│ │ ├── livewire-plugin.md
│ │ ├── preload-plugin.md
│ │ ├── progress-plugin.md
│ │ ├── body-class-plugin.md
│ │ ├── parallel-plugin.md
│ │ ├── route-name-plugin.md
│ │ ├── create-plugin.md
│ │ └── plugins.md
│ ├── getting-started
│ │ ├── showcase.md
│ │ ├── videos.md
│ │ ├── how-it-works.md
│ │ ├── installation.md
│ │ ├── example.md
│ │ ├── demos.md
│ │ ├── reloading-javascript.md
│ │ ├── getting-started.md
│ │ └── upgrading-v3.md
│ └── lifecycle
│ │ ├── lifecycle.md
│ │ └── visit.md
├── sitemap.njk
└── _data
│ └── site.js
├── .gitignore
├── .eleventyignore
├── postcss.config.js
├── .prettierignore
├── swup.config.js
├── .vscode
└── settings.json
├── .editorconfig
├── .github
└── workflows
│ ├── test.yml
│ └── deploy.yml
├── README.md
├── lib
├── packages
│ └── markdown-it-shiki-extra
│ │ └── worker.js
├── helpers.js
├── markdown-it-code-enhancements.js
└── eleventy-transforms.js
├── package.json
├── CODE_OF_CONDUCT.md
└── webpack.config.mjs
/.nvmrc:
--------------------------------------------------------------------------------
1 | 18
2 |
--------------------------------------------------------------------------------
/CNAME:
--------------------------------------------------------------------------------
1 | swup.js.org
--------------------------------------------------------------------------------
/src/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: front-page
3 | permalink: /
4 | ---
5 |
--------------------------------------------------------------------------------
/src/showcase/showcase.json:
--------------------------------------------------------------------------------
1 | {
2 | "tags": ["showcase"]
3 | }
4 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | _site
2 | .DS_Store
3 | node_modules
4 | .cache
5 | _packages
6 |
--------------------------------------------------------------------------------
/.eleventyignore:
--------------------------------------------------------------------------------
1 | README.md
2 | **/README.md
3 | **/*.template.md
4 | **/_*.md
5 |
--------------------------------------------------------------------------------
/src/showcase/23d.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/showcase/23d.png
--------------------------------------------------------------------------------
/src/showcase/elao.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/showcase/elao.png
--------------------------------------------------------------------------------
/src/showcase/dezea.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/showcase/dezea.png
--------------------------------------------------------------------------------
/src/showcase/driendl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/showcase/driendl.png
--------------------------------------------------------------------------------
/src/showcase/famsf.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/showcase/famsf.png
--------------------------------------------------------------------------------
/src/showcase/gleamer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/showcase/gleamer.png
--------------------------------------------------------------------------------
/src/showcase/terrahq.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/showcase/terrahq.png
--------------------------------------------------------------------------------
/src/showcase/lakrawen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/showcase/lakrawen.png
--------------------------------------------------------------------------------
/src/_assets/images/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/_assets/images/icon.png
--------------------------------------------------------------------------------
/src/showcase/currenthaus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/showcase/currenthaus.png
--------------------------------------------------------------------------------
/src/showcase/designcampus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/showcase/designcampus.png
--------------------------------------------------------------------------------
/src/showcase/fellowship.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/showcase/fellowship.png
--------------------------------------------------------------------------------
/src/showcase/klikkentheke.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/showcase/klikkentheke.png
--------------------------------------------------------------------------------
/src/showcase/kpmg-plan-k.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/showcase/kpmg-plan-k.png
--------------------------------------------------------------------------------
/src/showcase/meat-studio.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/showcase/meat-studio.png
--------------------------------------------------------------------------------
/src/showcase/paperdigits.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/showcase/paperdigits.png
--------------------------------------------------------------------------------
/src/showcase/rubysrainbow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/showcase/rubysrainbow.png
--------------------------------------------------------------------------------
/src/showcase/undp-goals.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/showcase/undp-goals.png
--------------------------------------------------------------------------------
/src/showcase/felixgaudlitz.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/showcase/felixgaudlitz.png
--------------------------------------------------------------------------------
/src/showcase/herzogdemeuron.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/showcase/herzogdemeuron.png
--------------------------------------------------------------------------------
/src/showcase/katpetroschkat.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/showcase/katpetroschkat.png
--------------------------------------------------------------------------------
/src/_assets/images/swup-demos.mp4:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/_assets/images/swup-demos.mp4
--------------------------------------------------------------------------------
/src/_includes/scripts.njk:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/src/showcase/biennalearte-2024.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/showcase/biennalearte-2024.png
--------------------------------------------------------------------------------
/src/showcase/coop-himmelblau.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/showcase/coop-himmelblau.png
--------------------------------------------------------------------------------
/src/showcase/design-everyday.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/showcase/design-everyday.png
--------------------------------------------------------------------------------
/src/showcase/gradient-journal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/showcase/gradient-journal.png
--------------------------------------------------------------------------------
/src/showcase/hidden-fortress.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/showcase/hidden-fortress.png
--------------------------------------------------------------------------------
/src/showcase/panasonic-pilsen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/showcase/panasonic-pilsen.png
--------------------------------------------------------------------------------
/src/showcase/rideout-amsterdam.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/showcase/rideout-amsterdam.png
--------------------------------------------------------------------------------
/src/showcase/transmedialekunst.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/showcase/transmedialekunst.png
--------------------------------------------------------------------------------
/src/showcase/vendredi-society.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/showcase/vendredi-society.png
--------------------------------------------------------------------------------
/src/_assets/components/alpine/SwupThemeSwitcher/SwupThemeSwitcher.js:
--------------------------------------------------------------------------------
1 | export default () => {
2 | return {};
3 | };
4 |
--------------------------------------------------------------------------------
/src/_assets/utils.js:
--------------------------------------------------------------------------------
1 | export function isTouch() {
2 | return !window.matchMedia('(hover: hover)').matches;
3 | }
4 |
--------------------------------------------------------------------------------
/src/_assets/images/swup-lifecycle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/_assets/images/swup-lifecycle.png
--------------------------------------------------------------------------------
/src/_assets/images/swup-logo-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/_assets/images/swup-logo-icon.png
--------------------------------------------------------------------------------
/src/showcase/andermatt-realestate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/showcase/andermatt-realestate.png
--------------------------------------------------------------------------------
/src/showcase/kunstverein-gartenhaus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/showcase/kunstverein-gartenhaus.png
--------------------------------------------------------------------------------
/src/_assets/images/swup-lifecycle.sketch:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/_assets/images/swup-lifecycle.sketch
--------------------------------------------------------------------------------
/src/_layouts/default.njk:
--------------------------------------------------------------------------------
1 | {% extends "base.njk" %}
2 | {% block content %}
3 | {% include "page.njk" %}
4 | {% endblock %}
5 |
--------------------------------------------------------------------------------
/src/_assets/images/swup-lifecycle-dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/_assets/images/swup-lifecycle-dark.png
--------------------------------------------------------------------------------
/src/_assets/images/swup-logo-icon-square.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/_assets/images/swup-logo-icon-square.png
--------------------------------------------------------------------------------
/src/_assets/images/swup-social-preview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/_assets/images/swup-social-preview.png
--------------------------------------------------------------------------------
/src/_layouts/front-page.njk:
--------------------------------------------------------------------------------
1 | {% extends "base.njk" %}
2 | {% block content %}
3 | {% include "intro.njk" %}
4 | {% endblock %}
5 |
--------------------------------------------------------------------------------
/src/showcase/biennalearchitettura-2023.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swup/docs/HEAD/src/showcase/biennalearchitettura-2023.png
--------------------------------------------------------------------------------
/src/_layouts/showcase.njk:
--------------------------------------------------------------------------------
1 | {% extends "base.njk" %}
2 | {% block content %}
3 | {% include "showcase-grid.njk" %}
4 | {% endblock %}
5 |
--------------------------------------------------------------------------------
/src/showcase/andermatt-realestate.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Andermatt Realestate
3 | url: https://andermatt-realestate.ch/
4 | date: 2024-02-13
5 | ---
6 |
--------------------------------------------------------------------------------
/postcss.config.js:
--------------------------------------------------------------------------------
1 | const postcssPresetEnv = require('postcss-preset-env');
2 |
3 | module.exports = {
4 | plugins: [
5 | postcssPresetEnv(),
6 | ]
7 | };
8 |
--------------------------------------------------------------------------------
/.prettierignore:
--------------------------------------------------------------------------------
1 | # Currently there is no way to tell prettier to ignore code blocks in markdown files.
2 | # The next best thing is to ignore .md files alltogether:
3 | **/*.md
4 |
--------------------------------------------------------------------------------
/src/showcase/23d.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 23d.1
3 | url: https://23d.one
4 | date: 2021-02-20
5 | credits:
6 | -
7 | name: Anders Svensson
8 | url: https://23d.one
9 | ---
10 |
--------------------------------------------------------------------------------
/src/showcase/elao.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: elao
3 | url: https://www.elao.com/
4 | date: 2022-11-11
5 | credits:
6 | -
7 | name: elao
8 | url: https://www.elao.com/
9 | ---
10 |
--------------------------------------------------------------------------------
/src/showcase/terrahq.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Terra
3 | url: https://terrahq.com
4 | date: 2024-02-12
5 | credits:
6 | -
7 | name: Terra
8 | url: https://terrahq.com
9 | ---
10 |
--------------------------------------------------------------------------------
/src/showcase/meat-studio.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Meat
3 | url: https://meat.studio/
4 | date: 2024-02-15
5 | credits:
6 | -
7 | name: Meat
8 | url: https://meat.studio/
9 | ---
10 |
--------------------------------------------------------------------------------
/src/_assets/docs.js:
--------------------------------------------------------------------------------
1 | import './scss/docs.scss';
2 |
3 | import initSwup from './components/init-swup.js';
4 | import initAlpine from './components/init-alpine.js';
5 | initSwup();
6 | initAlpine();
7 |
--------------------------------------------------------------------------------
/src/showcase/dezea.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: dezea
3 | url: https://dezea.digital
4 | date: 2023-08-27
5 | credits:
6 | -
7 | name: Michael Bloom
8 | url: https://dezea.digital
9 | ---
10 |
--------------------------------------------------------------------------------
/src/showcase/gleamer.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Gleamer AI
3 | url: https://www.gleamer.ai/
4 | date: 2023-11-17
5 | credits:
6 | -
7 | name: AREA 17
8 | url: https://area17.com/
9 | ---
10 |
--------------------------------------------------------------------------------
/src/showcase/fellowship.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Fellowship
3 | url: https://fellowship.xyz/
4 | date: 2024-02-14
5 | credits:
6 | -
7 | name: Six
8 | url: https://www.madebysix.com
9 | ---
10 |
--------------------------------------------------------------------------------
/src/showcase/famsf.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Fine Arts Museums of SF
3 | url: https://www.famsf.org
4 | date: 2023-11-21
5 | credits:
6 | -
7 | name: AREA 17
8 | url: https://area17.com/
9 | ---
10 |
--------------------------------------------------------------------------------
/src/showcase/lakrawen.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Luis August Krawen
3 | url: https://l-a-k.com
4 | date: 2024-01-05
5 | credits:
6 | -
7 | name: Rasso Hilber
8 | url: https://rassohilber.com
9 | ---
10 |
--------------------------------------------------------------------------------
/src/showcase/currenthaus.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Current Haus
3 | url: https://currenthaus.com
4 | date: 2021-11-18
5 | credits:
6 | -
7 | name: Current Haus
8 | url: https://currenthaus.com
9 | ---
10 |
--------------------------------------------------------------------------------
/src/showcase/rubysrainbow.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Ruby's Rainbow
3 | url: https://rubysrainbow.org/
4 | date: 2024-07-30
5 | credits:
6 | -
7 | name: Terra HQ
8 | url: https://terrahq.com/
9 |
10 | ---
11 |
--------------------------------------------------------------------------------
/src/showcase/design-everyday.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Design Everyday
3 | url: https://design-everyday.org
4 | date: 2024-09-08
5 | credits:
6 | -
7 | name: Vandasye
8 | url: http://www.vandasye.com/
9 | ---
10 |
--------------------------------------------------------------------------------
/src/showcase/katpetroschkat.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Kat Petroschkat
3 | url: https://katpetroschkat.net/
4 | date: 2023-11-19
5 | credits:
6 | -
7 | name: Rasso Hilber
8 | url: https://rassohilber.com
9 | ---
10 |
--------------------------------------------------------------------------------
/src/showcase/klikkentheke.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Klikkentheke
3 | url: https://klikkentheke.com
4 | date: 2021-03-12
5 | credits:
6 | -
7 | name: Division Binaural
8 | url: https://divisionbinaural.com
9 | ---
10 |
--------------------------------------------------------------------------------
/src/showcase/vendredi-society.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Vendredi Society
3 | url: https://vendredi-society.com/
4 | date: 2024-04-03
5 | credits:
6 | -
7 | name: Vendredi Society
8 | url: https://vendredi-society.com/
9 | ---
10 |
--------------------------------------------------------------------------------
/src/docs/other/other.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: Other
4 | eleventyNavigation:
5 | key: Other
6 | order: 10
7 | description: Some more stuff about swup
8 | permalink: /other/
9 | ---
10 |
11 | # More stuff about swup
12 |
--------------------------------------------------------------------------------
/src/showcase/undp-goals.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: UNDP Action Goals
3 | url: https://feature.undp.org/from-hope-action-global-goals/
4 | date: 2023-09-18
5 | credits:
6 | -
7 | name: Andrés Clúa
8 | url: https://andresclua.com
9 | ---
10 |
--------------------------------------------------------------------------------
/src/docs/other/discussions.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: Discussions
4 | eleventyNavigation:
5 | key: Discussions
6 | parent: Other
7 | order: 7
8 | url: https://github.com/swup/swup/discussions
9 | permalink: false
10 | ---
11 |
--------------------------------------------------------------------------------
/src/docs/other/swup-repositories.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: Swup repositories
4 | eleventyNavigation:
5 | key: Swup repositories
6 | parent: Other
7 | order: 6
8 | url: https://github.com/swup
9 | permalink: false
10 | ---
11 |
--------------------------------------------------------------------------------
/src/docs/other/changelog.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: Changelog
4 | eleventyNavigation:
5 | key: Changelog
6 | parent: Other
7 | order: 5
8 | url: https://github.com/swup/swup/blob/main/CHANGELOG.md
9 | permalink: false
10 | ---
11 |
--------------------------------------------------------------------------------
/src/docs/other/swup-usage-examples.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: Sites using swup
4 | eleventyNavigation:
5 | key: Sites using swup
6 | parent: Other
7 | order: 5
8 | url: https://github.com/swup/swup/discussions/333
9 | permalink: false
10 | ---
11 |
--------------------------------------------------------------------------------
/src/showcase/_showcase.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Example Showcase
3 | url: https://example.net
4 | date: 2024-04-05
5 | credits:
6 | -
7 | name: Freelancer
8 | url: https://freelancer.net
9 | -
10 | name: Agency
11 | url: https://agency.net
12 | ---
13 |
--------------------------------------------------------------------------------
/src/showcase/kpmg-plan-k.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: KPMG Plan-K
3 | url: https://www.plan-k.cz/en/
4 | date: 2020-11-17
5 | credits:
6 | -
7 | name: Georgy Marchuk
8 | url: https://gmrchk.com/
9 | -
10 | name: Giant
11 | url: https://www.giant.cz/
12 | ---
13 |
--------------------------------------------------------------------------------
/src/docs/third-party-plugins/morph-plugin.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: Morph Plugin
4 | eleventyNavigation:
5 | key: Morph Plugin
6 | parent: Third-Party Plugins
7 | order: 1
8 | url: https://github.com/daun/swup-morph-plugin
9 | permalink: false
10 | ---
11 |
--------------------------------------------------------------------------------
/src/showcase/driendl.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: driendl architects
3 | url: https://driendl.at
4 | date: 2023-11-29
5 | credits:
6 | -
7 | name: Philipp Daun
8 | url: https://philippdaun.net
9 | -
10 | name: Bueronardin
11 | url: https://bueronardin.com
12 | ---
13 |
--------------------------------------------------------------------------------
/src/docs/integrations/integrations.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: Integrations
4 | eleventyNavigation:
5 | key: Integrations
6 | order: 5
7 | url: /plugins/#official-integrations
8 | description: List of available official integrations
9 | permalink: false
10 | ---
11 |
--------------------------------------------------------------------------------
/src/showcase/biennalearte-2024.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Biennale Arte 2024
3 | url: https://biennalearte.at/
4 | date: 2023-12-10
5 | credits:
6 | -
7 | name: Philipp Daun
8 | url: https://philippdaun.net
9 | -
10 | name: Soybot
11 | url: https://soybot.org
12 | ---
13 |
--------------------------------------------------------------------------------
/src/showcase/designcampus.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Design Campus
3 | url: https://designcampus.org
4 | date: 2023-11-24
5 | credits:
6 | -
7 | name: Philipp Daun
8 | url: https://philippdaun.net
9 | -
10 | name: Bueronardin
11 | url: https://bueronardin.com
12 | ---
13 |
--------------------------------------------------------------------------------
/src/showcase/panasonic-pilsen.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Panasonic Pilsen
3 | url: https://www.plan-k.cz/en/
4 | date: 2020-12-26
5 | credits:
6 | -
7 | name: Georgy Marchuk
8 | url: https://gmrchk.com/
9 | -
10 | name: Giant
11 | url: https://www.giant.cz/
12 | ---
13 |
--------------------------------------------------------------------------------
/src/showcase/paperdigits.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Paper Digits
3 | url: https://paperdigits.nl
4 | date: 2023-12-10
5 | credits:
6 | -
7 | name: Cyd Stumpel
8 | url: https://cydstumpel.nl
9 | -
10 | name: Stu Stu Studio
11 | url: hhttps://www.stustu.studio
12 | ---
13 |
--------------------------------------------------------------------------------
/src/showcase/biennalearchitettura-2023.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Partezipazione
3 | url: https://labiennale2023.at
4 | date: 2023-11-22
5 | credits:
6 | -
7 | name: Philipp Daun
8 | url: https://philippdaun.net
9 | -
10 | name: Soybot
11 | url: https://soybot.org
12 | ---
13 |
--------------------------------------------------------------------------------
/src/showcase/hidden-fortress.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Hidden Fortress
3 | url: https://hidden-fortress.com
4 | date: 2024-01-26
5 | credits:
6 | -
7 | name: Rasso Hilber
8 | url: https://rassohilber.com
9 | -
10 | name: Basics09
11 | url: https://basics09.de
12 | ---
13 |
--------------------------------------------------------------------------------
/src/showcase/coop-himmelblau.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Coop Himmeb(l)au
3 | url: https://coop-himmelblau.at
4 | date: 2023-11-30
5 | credits:
6 | -
7 | name: Philipp Daun
8 | url: https://philippdaun.net
9 | -
10 | name: Bueronardin
11 | url: https://bueronardin.com
12 | ---
13 |
--------------------------------------------------------------------------------
/src/showcase/felixgaudlitz.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Felix Gaudlitz
3 | url: https://felixgaudlitz.com
4 | date: 2020-12-27
5 | credits:
6 | -
7 | name: Philipp Daun
8 | url: https://philippdaun.net
9 | -
10 | name: Fondazione Europa
11 | url: https://fondazione.biz
12 | ---
13 |
--------------------------------------------------------------------------------
/src/docs/third-party-plugins/meta-tags-plugin.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: Meta Tags Plugin
4 | eleventyNavigation:
5 | key: Meta Tags Plugin
6 | parent: Third-Party Plugins
7 | order: 2
8 | url: https://github.com/Accudio/swup-meta-tags-plugin
9 | permalink: false
10 | ---
11 |
--------------------------------------------------------------------------------
/src/showcase/gradient-journal.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Gradient Journal
3 | url: https://gradient-journal.net
4 | date: 2023-11-15
5 | credits:
6 | -
7 | name: Philipp Daun
8 | url: https://philippdaun.net
9 | -
10 | name: Studio Es
11 | url: https://www.studio-es.at/
12 | ---
13 |
--------------------------------------------------------------------------------
/src/showcase/rideout-amsterdam.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Ride Out Amsterdam
3 | url: https://rideout.amsterdam
4 | date: 2024-04-01
5 | credits:
6 | -
7 | name: Cyd Stumpel
8 | url: https://cydstumpel.nl
9 | -
10 | name: Stu Stu Studio
11 | url: hhttps://www.stustu.studio
12 | ---
13 |
--------------------------------------------------------------------------------
/src/showcase/transmedialekunst.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Transmediale Kunst
3 | url: https://transmedialekunst.com
4 | date: 2023-11-19
5 | credits:
6 | -
7 | name: Philipp Daun
8 | url: https://philippdaun.net
9 | -
10 | name: Fondazione Europa
11 | url: https://fondazione.biz
12 | ---
13 |
--------------------------------------------------------------------------------
/swup.config.js:
--------------------------------------------------------------------------------
1 | export default {
2 | swup: {
3 | animationSelector: '[class*="swup-transition-"]',
4 | containers: ['#swup'],
5 | },
6 | validate: {
7 | stylesExpectedToChange: ['opacity', 'transform'],
8 | sitemap: '_site/sitemap.xml',
9 | },
10 | }
11 |
--------------------------------------------------------------------------------
/src/showcase/herzogdemeuron.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Herzog & de Meuron
3 | url: https://www.herzogdemeuron.com/
4 | date: 2023-11-20
5 | credits:
6 | -
7 | name: Rasso Hilber
8 | url: https://rassohilber.com
9 | -
10 | name: fertig design
11 | url: https://www.fertigdesign.com
12 | ---
13 |
--------------------------------------------------------------------------------
/src/docs/third-party-plugins/preserve-scroll-plugin.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: Preserve Scroll Plugin
4 | eleventyNavigation:
5 | key: Preserve Scroll Plugin
6 | parent: Third-Party Plugins
7 | order: 3
8 | url: https://github.com/ngsctt/SwupPreserveScrollPlugin
9 | permalink: false
10 | ---
11 |
--------------------------------------------------------------------------------
/src/showcase/kunstverein-gartenhaus.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Kunstverein Gartenhaus
3 | url: https://kunstverein-gartenhaus.com/
4 | date: 2023-11-11
5 | credits:
6 | -
7 | name: Philipp Daun
8 | url: https://philippdaun.net
9 | -
10 | name: Fondazione Europa
11 | url: https://fondazione.biz
12 | ---
13 |
--------------------------------------------------------------------------------
/src/docs/announcements/announcements.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: Announcements
4 | eleventyNavigation:
5 | key: Announcements
6 | order: -1
7 | description: Announcements for the swup project
8 | permalink: /announcements/
9 | ---
10 |
11 | # Announcements
12 |
13 | Announcements for the swup project.
14 |
--------------------------------------------------------------------------------
/src/_assets/components/alpine/MobileNav/MobileNav.js:
--------------------------------------------------------------------------------
1 | export default () => {
2 | return {
3 | navHTML: '',
4 | isOpen: false,
5 | init() {
6 | this.navHTML = document.querySelector('.nav').innerHTML;
7 | },
8 | open() {
9 | this.isOpen = true;
10 | },
11 | close() {
12 | this.isOpen = false;
13 | }
14 | };
15 | };
16 |
--------------------------------------------------------------------------------
/src/_includes/color-scheme-switcher.njk:
--------------------------------------------------------------------------------
1 |
10 |
--------------------------------------------------------------------------------
/.vscode/settings.json:
--------------------------------------------------------------------------------
1 | // @see https://marketplace.visualstudio.com/items?itemName=vunguyentuan.vscode-css-variables#i-want-to-add-files-in-node_modules-folder
2 | {
3 | "cssVariables.lookupFiles": [
4 | "**/*.css",
5 | "**/*.scss",
6 | "**/*.sass",
7 | "**/*.less",
8 | "node_modules/open-props/open-props.min.css"
9 | ]
10 | }
11 |
--------------------------------------------------------------------------------
/src/_assets/components/alpine/VersionSelect/VersionSelect.js:
--------------------------------------------------------------------------------
1 | import tippy from 'tippy.js';
2 |
3 | export default () => {
4 | return {
5 | init() {
6 | tippy(this.$refs.button, {
7 | content: this.$refs.options.content,
8 | allowHTML: true,
9 | interactive: true,
10 | trigger: 'click'
11 | // theme: 'light',
12 | });
13 | }
14 | };
15 | };
16 |
--------------------------------------------------------------------------------
/.editorconfig:
--------------------------------------------------------------------------------
1 | root = true
2 |
3 | [*]
4 | charset = utf-8
5 | end_of_line = lf
6 | trim_trailing_whitespace = true
7 | insert_final_newline = true
8 | max_line_length = 100
9 |
10 | [*.{js,mjs,ts}]
11 | indent_style = tab
12 | indent_size = 4
13 |
14 | [*.{json,md,yaml,yml}]
15 | indent_style = space
16 | indent_size = 2
17 |
18 | [*.md]
19 | trim_trailing_whitespace = false
20 |
--------------------------------------------------------------------------------
/src/docs/other/cli.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: CLI
4 | eleventyNavigation:
5 | key: CLI
6 | order: 8
7 | parent: Other
8 | description: A command-line interface (CLI) to help develop swup sites, plugins and themes.
9 | permalink: /cli/
10 | repo_link: https://github.com/swup/cli/
11 | ---
12 |
13 | ⚠️ This page content is loaded from the repository README.md file. Edit the file in the source repository.
14 |
--------------------------------------------------------------------------------
/src/docs/themes/fade-theme.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: Fade Theme
4 | eleventyNavigation:
5 | key: Fade Theme
6 | parent: Themes
7 | order: 1
8 | description: A swup theme for fade animations
9 | permalink: /themes/fade-theme/
10 | repo_link: https://github.com/swup/fade-theme
11 | ---
12 |
13 | ⚠️ This page content is loaded from the repository README.md file. Edit the file in the source repository.
14 |
--------------------------------------------------------------------------------
/src/docs/api/api.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: API
4 | eleventyNavigation:
5 | key: API
6 | order: 2
7 | description: Methods and helpers available on the swup instance
8 | permalink: /api/
9 | ---
10 |
11 | # API
12 |
13 | The swup instance can be used to call additional methods and helpers.
14 |
15 | If installed, the [debug plugin](/plugins/debug-plugin/) can optionally expose the swup instance at `window.swup`.
16 |
--------------------------------------------------------------------------------
/src/docs/plugins/gtm-plugin.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: GTM Plugin
4 | eleventyNavigation:
5 | key: GTM Plugin
6 | parent: Integrations
7 | order: 5
8 | description: Plugin to trigger GTM page view events
9 | permalink: /plugins/gtm-plugin/
10 | repo_link: https://github.com/swup/gtm-plugin
11 | ---
12 |
13 | ⚠️ This page content is loaded from the repository README.md file. Edit the file in the source repository.
14 |
--------------------------------------------------------------------------------
/src/docs/plugins/js-plugin.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: JS Plugin
4 | eleventyNavigation:
5 | key: JS Plugin
6 | parent: Plugins
7 | order: 12
8 | description: A swup plugin for managing animations in JS
9 | permalink: /plugins/js-plugin/
10 | repo_link: https://github.com/swup/js-plugin
11 | ---
12 |
13 | ⚠️ This page content is loaded from the repository README.md file. Edit the file in the source repository.
14 |
--------------------------------------------------------------------------------
/src/docs/plugins/forms-plugin.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: Forms Plugin
4 | eleventyNavigation:
5 | key: Forms Plugin
6 | parent: Plugins
7 | order: 6
8 | description: A swup plugin for submitting forms
9 | permalink: /plugins/forms-plugin/
10 | repo_link: https://github.com/swup/forms-plugin
11 | ---
12 |
13 | ⚠️ This page content is loaded from the repository README.md file. Edit the file in the source repository.
14 |
--------------------------------------------------------------------------------
/src/docs/plugins/ga-plugin.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: GA Plugin
4 | eleventyNavigation:
5 | key: GA Plugin
6 | parent: Integrations
7 | order: 3
8 | description: A swup plugin for integrating Google Analytics
9 | permalink: /plugins/ga-plugin/
10 | repo_link: https://github.com/swup/ga-plugin
11 | ---
12 |
13 | ⚠️ This page content is loaded from the repository README.md file. Edit the file in the source repository.
14 |
--------------------------------------------------------------------------------
/src/docs/themes/slide-theme.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: Slide Theme
4 | eleventyNavigation:
5 | key: Slide Theme
6 | parent: Themes
7 | order: 2
8 | description: A swup theme for slide and fade animations
9 | permalink: /themes/slide-theme/
10 | repo_link: https://github.com/swup/slide-theme
11 | ---
12 |
13 | ⚠️ This page content is loaded from the repository README.md file. Edit the file in the source repository.
14 |
--------------------------------------------------------------------------------
/src/docs/plugins/scroll-plugin.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: Scroll Plugin
4 | eleventyNavigation:
5 | key: Scroll Plugin
6 | parent: Plugins
7 | order: 20
8 | description: A swup plugin for smooth scrolling
9 | permalink: /plugins/scroll-plugin/
10 | repo_link: https://github.com/swup/scroll-plugin
11 | ---
12 |
13 | ⚠️ This page content is loaded from the repository README.md file. Edit the file in the source repository.
14 |
--------------------------------------------------------------------------------
/src/docs/plugins/gia-plugin.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: Gia Plugin
4 | eleventyNavigation:
5 | key: Gia Plugin
6 | parent: Integrations
7 | order: 4
8 | description: A swup plugin for integrating Gia frontend components
9 | permalink: /plugins/gia-plugin/
10 | repo_link: https://github.com/swup/gia-plugin
11 | ---
12 |
13 | ⚠️ This page content is loaded from the repository README.md file. Edit the file in the source repository.
14 |
--------------------------------------------------------------------------------
/src/docs/plugins/head-plugin.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: Head Plugin
4 | eleventyNavigation:
5 | key: Head Plugin
6 | parent: Plugins
7 | order: 11
8 | description: A swup plugin for updating the contents of the head tag
9 | permalink: /plugins/head-plugin/
10 | repo_link: https://github.com/swup/head-plugin
11 | ---
12 |
13 | ⚠️ This page content is loaded from the repository README.md file. Edit the file in the source repository.
14 |
--------------------------------------------------------------------------------
/src/docs/plugins/scripts-plugin.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: Scripts Plugin
4 | eleventyNavigation:
5 | key: Scripts Plugin
6 | parent: Plugins
7 | order: 19
8 | description: A swup plugin for re-evaluating scripts
9 | permalink: /plugins/scripts-plugin/
10 | repo_link: https://github.com/swup/scripts-plugin
11 | ---
12 |
13 | ⚠️ This page content is loaded from the repository README.md file. Edit the file in the source repository.
14 |
--------------------------------------------------------------------------------
/src/docs/plugins/a11y-plugin.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: Accessibility Plugin
4 | eleventyNavigation:
5 | key: Accessibility Plugin
6 | parent: Plugins
7 | order: 1
8 | description: A swup plugin for enhanced accessibility
9 | permalink: /plugins/a11y-plugin/
10 | repo_link: https://github.com/swup/a11y-plugin/
11 | ---
12 |
13 | ⚠️ This page content is loaded from the repository README.md file. Edit the file in the source repository.
14 |
--------------------------------------------------------------------------------
/src/docs/plugins/debug-plugin.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: Debug Plugin
4 | eleventyNavigation:
5 | key: Debug Plugin
6 | parent: Plugins
7 | order: 5
8 | description: A swup plugin for debugging and helping in development
9 | permalink: /plugins/debug-plugin/
10 | repo_link: https://github.com/swup/debug-plugin
11 | ---
12 |
13 | ⚠️ This page content is loaded from the repository README.md file. Edit the file in the source repository.
14 |
--------------------------------------------------------------------------------
/src/docs/plugins/matomo-plugin.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: Matomo Plugin
4 | eleventyNavigation:
5 | key: Matomo Plugin
6 | parent: Integrations
7 | order: 7
8 | description: A swup plugin for integrating Matomo analytics
9 | permalink: /plugins/matomo-plugin/
10 | repo_link: https://github.com/swup/matomo-plugin
11 | ---
12 |
13 | ⚠️ This page content is loaded from the repository README.md file. Edit the file in the source repository.
14 |
--------------------------------------------------------------------------------
/src/docs/themes/overlay-theme.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: Overlay Theme
4 | eleventyNavigation:
5 | key: Overlay Theme
6 | parent: Themes
7 | order: 3
8 | description: A swup theme for showing an overlay during animations
9 | permalink: /themes/overlay-theme/
10 | repo_link: https://github.com/swup/overlay-theme
11 | ---
12 |
13 | ⚠️ This page content is loaded from the repository README.md file. Edit the file in the source repository.
14 |
--------------------------------------------------------------------------------
/src/docs/plugins/fragment-plugin.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: Fragment Plugin
4 | eleventyNavigation:
5 | key: Fragment Plugin
6 | parent: Plugins
7 | order: 7
8 | description: A swup plugin for replacing dynamic fragments
9 | permalink: /plugins/fragment-plugin/
10 | repo_link: https://github.com/swup/fragment-plugin
11 | ---
12 |
13 | ⚠️ This page content is loaded from the repository README.md file. Edit the file in the source repository.
14 |
--------------------------------------------------------------------------------
/src/docs/plugins/livewire-plugin.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: Livewire Plugin
4 | eleventyNavigation:
5 | key: Livewire Plugin
6 | parent: Integrations
7 | order: 6
8 | description: A swup plugin for integrating Laravel Livewire
9 | permalink: /plugins/livewire-plugin/
10 | repo_link: https://github.com/swup/livewire-plugin
11 | ---
12 |
13 | ⚠️ This page content is loaded from the repository README.md file. Edit the file in the source repository.
14 |
--------------------------------------------------------------------------------
/src/docs/plugins/preload-plugin.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: Preload Plugin
4 | eleventyNavigation:
5 | key: Preload Plugin
6 | parent: Plugins
7 | order: 16
8 | description: A swup plugin for preloading pages to speed up navigation
9 | permalink: /plugins/preload-plugin/
10 | repo_link: https://github.com/swup/preload-plugin
11 | ---
12 |
13 | ⚠️ This page content is loaded from the repository README.md file. Edit the file in the source repository.
14 |
--------------------------------------------------------------------------------
/src/docs/plugins/progress-plugin.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: Progress Bar Plugin
4 | eleventyNavigation:
5 | key: Progress Bar Plugin
6 | parent: Plugins
7 | order: 17
8 | description: A swup plugin for displaying a progress bar
9 | permalink: /plugins/progress-plugin/
10 | repo_link: https://github.com/swup/progress-plugin
11 | ---
12 |
13 | ⚠️ This page content is loaded from the repository README.md file. Edit the file in the source repository.
14 |
--------------------------------------------------------------------------------
/src/docs/plugins/body-class-plugin.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: Body Class Plugin
4 | eleventyNavigation:
5 | key: Body Class Plugin
6 | parent: Plugins
7 | order: 2
8 | description: A swup plugin for updating the body classname
9 | permalink: /plugins/body-class-plugin/
10 | repo_link: https://github.com/swup/body-class-plugin
11 | ---
12 |
13 | ⚠️ This page content is loaded from the repository README.md file. Edit the file in the source repository.
14 |
--------------------------------------------------------------------------------
/src/docs/plugins/parallel-plugin.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: Parallel Plugin
4 | eleventyNavigation:
5 | key: Parallel Plugin
6 | parent: Plugins
7 | order: 15
8 | description: A swup plugin for running the in and out animations in parallel
9 | permalink: /plugins/parallel-plugin/
10 | repo_link: https://github.com/swup/parallel-plugin
11 | ---
12 |
13 | ⚠️ This page content is loaded from the repository README.md file. Edit the file in the source repository.
14 |
--------------------------------------------------------------------------------
/src/docs/plugins/route-name-plugin.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | title: Route Name Plugin
4 | eleventyNavigation:
5 | key: Route Name Plugin
6 | parent: Plugins
7 | order: 18
8 | description: A swup plugin for named routes and route-based animation classes
9 | permalink: /plugins/route-name-plugin/
10 | repo_link: https://github.com/swup/route-name-plugin
11 | ---
12 |
13 | ⚠️ This page content is loaded from the repository README.md file. Edit the file in the source repository.
14 |
--------------------------------------------------------------------------------
/src/sitemap.njk:
--------------------------------------------------------------------------------
1 | ---
2 | permalink: /sitemap.xml
3 | eleventyExcludeFromCollections: true
4 | ---
5 |
6 |
26 | 38 | 39 | View Source 40 | 41 |
42 |No results found
65 | 66 | 67 |