1
10
4K
0
05 December 2018
05 October 2015
Based on 1 on WordPress.org
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.
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,