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
| blivesta/animsition | csswizardry/inuit.css | nakov/practical-cryptography-for-developers-book | |
|---|---|---|---|
| Stars | 3,793 | 3,796 | 3,799 |
| Language | CSS | CSS | CSS |
| Setup difficulty | easy | easy | easy |
| Complexity | 1/5 | 2/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
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.
A jQuery plugin that plays a short CSS animation when visitors navigate between pages on a website, making page transitions feel smoother and more polished instead of appearing instantly.
Mainly CSS. The stack also includes CSS, JavaScript, jQuery.
Use freely for any purpose including commercial projects, as long as you keep the copyright notice (MIT license).
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.