next( )


Moves to the next item.

The next() function returns a Promise that is resolved when the next item is completely rendered. Calling next() when on the last item moves to the first item.

Notes:

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