Constructs a new ViewportController class. A user interface control that displays an Viewports.

Constructor

Item Index

Methods

hideFooter

(
  • doAnimate
)

Hides the footer.

Parameters:

  • doAnimate Boolean

showFooter

(
  • doAnimate
  • callback
)

Shows the footer.

Parameters:

  • doAnimate Boolean
  • callback Function

toggleFooter

(
  • doAnimate
  • callback
)

Toggles the footer on and off.

Parameters:

  • doAnimate Boolean
  • callback Function