0

I am using CarouFredSel for a custom scenario and need to operate with the events to create the scenario. What I need is a event that can tell that all the natural scrolls have ended so that I can then trigger an external function. My carousel is non-infinite and non-circular.

Here is the configuration:

$("#oc_level3").carouFredSel({
  auto:true,
  circular:false,
  infinite:false,
  direction:'left',
  scroll : {
    duration:1300,
    items:2,
    queue:true,
    easing:"cubic",
    onAfter: function(data){},

  }
4

0 回答 0