This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP-SPA

Description

This Plugin enables a WordPress site to render animations between page transitions.

What’s new?

  • Adds Admin options for:
    • loading indicator type (progressive or indeterminate),
    • loading indicator color
    • background color
    • cache busting
    • (more experimental options for performance)
  • pre-caching for better performance
  • Fallback animations for no-js
  • Animated feedback on same page clicks

Some notes about wp-spa

Page crawlers and SEO analytics should remain unaffected.
WP-SPA makes use of the latest technologies and fall backs on safe defaults when necessary.

Missing a feature? Let me know!

Inspiration

Every site should be a SPA! It’s 2016, after all.

Screenshots

  • assets/demo.gif

Installation

  1. Download zip and install via WordPress

or

  1. clone repo into /wp-content/plugins/ directory

FAQ

Will this work with any WordPress site?

Yes, hopefully.

How do I use this?
  1. Activate Plugin
  2. Navigate to WP-SPA settings
  3. Change animation settings to your fancy
What frameworks does this use?

None! and jQuery is the only dependency (as of 1.3)

Reviews

There are no reviews for this plugin.

Contributors & Developers

“WP-SPA” is open source software. The following people have contributed to this plugin.

Contributors

Translate “WP-SPA” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.3.0

  • Adds Admin options for:
    • loading indicator type (progressive or indeterminate),
    • loading indicator color
    • background color
    • cache busting
    • (more experimental options for performance)
  • pre-caching for better performance
  • Fallback animations for no-js
  • Animated feedback on same page clicks

1.0.2

  • Adds descriptions to admin settings

1.0.0

  • First release