* Navigate to the next slide fragment. * * @return {boolean} true if there was a next fragment, * false otherwise
()
| 355 | * false otherwise |
| 356 | */ |
| 357 | next() { |
| 358 | |
| 359 | return this.goto( null, 1 ); |
| 360 | |
| 361 | } |
| 362 | |
| 363 | /** |
| 364 | * Navigate to the previous slide fragment. |
no test coverage detected