Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript anythingControls onSlideBegin how to presend next slide

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #45638
    peterbr
    Participant

    Hello how can I use the navigation arrows inside the anythingControls to present new content in the anythingWindow?
    I have set the maximum number of visible navigation tabs to 3.

    appendBackTo: ‘.arrow-left’,
    appendForwardTo: ‘.arrow-right’,

    navigationSize : 3, // number of tabs to show
    onSlideBegin: function(e, slider) {
    slider.navWindow( slider.targetPage );
    }

Viewing 1 post (of 1 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.