Add smooth animated page transitions to a static HTML website using a small jQuery plugin
Load animsition from a CDN and add a fade transition to a web page without downloading any files
Make a WordPress site feel more polished by installing the animsition WordPress plugin
Animsition is a small plugin that adds animated transitions between pages on a website. When a visitor clicks a link and moves from one page to another, instead of the next page appearing instantly, the transition plays a short CSS animation. This makes the browsing experience feel smoother and more polished. It is built as a jQuery plugin, meaning it depends on jQuery, which was a very common JavaScript library for websites. Adding it to a project involves including the animsition CSS and JavaScript files and then calling the plugin with a small amount of setup code. The project's website has a demo and installation instructions. The README is brief and does not go into depth about configuration options or what kinds of animations are available, but the project can be loaded from a CDN without downloading anything, which makes it straightforward to try in a web page. There is also a WordPress plugin built on top of it for sites running on that platform. The project has a small group of maintainers and contributors. It is released under the MIT license. The README does not mention whether the project is still actively maintained, and given that jQuery-based tooling has declined in use over the years, newer projects may not need this approach.
← blivesta on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.