[go: up one dir, main page]

Skip to content
forked from swup/swup

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

License

Notifications You must be signed in to change notification settings

lgtm-migrator/swup

 
 

Repository files navigation


swup

npm version Bundle size License npm downloads Build status


Swup

Complete, flexible, extensible, and easy-to-use page transition library for your server-side rendered website.

FeaturesDocumentationPluginsThemesDiscussions

Overview

Swup is a library that helps you add page transitions to 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.

Its goal is to make adding transitions to a site as simple as possible, while providing lots of other quality-of-life improvements.

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

Examples

Take a look at Sites using swup for more examples.

Having trouble?

If you're having trouble implementing swup, check out the Common Issues section of the docs, look at closed issues or create a new discussion.

Want to Contribute?

We're looking for maintainers!   👀

Become a sponsor on Open Collective or support development through GitHub sponsors.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 74.9%
  • HTML 14.4%
  • CSS 10.7%