JavaScript
A5.PanelNavigatorfirstPanel Method
Syntax
A5.PanelNavigator.firstPanel([animation])
Arguments
- animationboolean
Whether or not to animate the panel navigation transition. The default value is true.
Description
Navigate to the first panel in the panel navigator.
Example
// assume pObj is a pointer to a panel class pObj.firstPanel();