navigateNextEnabled( )


Whether navigation to the next gallery item is enabled.

The navigateNextEnabled() function returns true when the gallery can navigate to the next item (slide).

If the gallery isn't set to loop in the UI settings, and the current item is the last one, the gallery can't navigate to the next item. In this case, the navigateNextEnabled() function returns false.

Method Declaration
Copy
Request
This method does not take any parameters
Returns
Return Type:boolean
Was this helpful?
Yes
No