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.

Method Declaration
Copy
Request
This method does not take any parameters
Returns
Return Type:Promise<Element>
Did this help?