PageSwapper

PageSwapper

Create page-transitions

  • Frequently updated
    Very good! This plugin is actively maintained and the last update was released 2235 days ago.
  • This plugin is not tested with the last major release of WordPress
    Content for list item
  • There is no information available which PHP version this plugin requires
    The latest stable PHP 8.4.3 was released on 16 January 2025
  • No information about vulnerabilities and unfixed security issues is available.
    Content for list item

Ratings

1

Active installs

10

Total Downloads

4K

Support Threads

0

Last updated

05 December 2018

Added

05 October 2015

Versions

100%
  • Version 1.2

Screenshots

This screenshot shows the admin-section

About PageSwapper

Changelog

1.2.8

1.2.7

1.2.6

1.0.6

1.0.5

1.0.4

1.0.3

1.0.2

1.0.1

1.0

How to install PageSwapper

Just install and activate the plugin. Then your body use page-transitions.
You can also select a specific element with a css-selector, so only this element will be animated.

Javascript-Callbacks

The following callbacks are available:

psw-beforeopen
psw-loadstart
psw-loadcomplete

So can you trigger it:

$('.psw-container').on('pws-loadcomplete', function(e, args) {
    console.info(args);
}

args has the following information:

'container' : container,
'args': args,
'oldTab' : oldTab,
'newTab' : newTab,