next method

void next()

Implementation

void next() {
  if (!sliding)
    slide('next');
}