Some documents include sophisticated animations triggered by animations, where there is another button that reverses the initial animation.


This depends on the user to reset the display state, however, the user may decide to move on to a different page (without resetting the animation) and later return this page. If the page is not in its original state, but you want it to be, it can be reset by attaching some custom code:

$(document).on('newPage',function(e){
  clearAnimation($('.page.activePage'));
});


See also: