Questions tagged [swup]

Complete, flexible, extensible, and easy to use page transition library for your web.

Swup is an extensible and easy-to-use page transition library for server-side rendered websites. It handles the complete lifecycle of a page visit by intercepting link clicks, loading the new page in the background, replacing the content and transitioning between the old and the new page.

DocumentationPluginsThemes

Features

  • Auto-detects CSS transitions for perfect timing
  • Updates URLs and preserves native browser history behavior
  • Uses a cache to speed up subsequent page loads
  • Offers events for hooking into the lifecycle
  • Has a powerful plugin system and many official and third-party plugins
  • Provides ready-to-go themes to get started quickly
32 questions
0
votes
1 answer

SWUP JS external function call

this is my first time using swup js with the js plugin. https://swup.js.org/plugins/js-plugin I can see that the trigger to go to the clicked page lies inside the object array of options. My question is there anyway I can trigger the "next" from…
0
votes
1 answer

Initialize and use Swup in Meteor js

I am trying to use swup in meteor js framework. I added the script tag that contains unpkg link for swup in main.html and initialized Swup in Meteor.startup function of main.js. But when i run the app, it is throwing "Cannot set property…
Ram
  • 451
  • 10
  • 18
1 2
3