• pages - an array of page names. Required.
  • default - the page that is loaded on startup. null is default (for an empty div).
  • animation - the jQuery animation that is used to show pages, i.e. fadeIn, show, slideUp, slideDown. 'show' is default.
  • animationSpeed - the speed of the animation, i.e. 'fast','slow', 1000. 'normal' is default.
  • animationOut - the jQuery animation that is used to hide pages, i.e. fadeOut, hide, slideUp, slideDown. 'hide' is default.
  • animationOutSpeed - the speed of the animationOut, i.e. 'fast','slow', 1000. 0 is default.
  • cache - true or false. Determines if all pages are loaded upfront or not. false is default.