I’ve been trying to do this as well. In flexslider, it as easy as setting animationLoop to false. In nivoslider (which is the one I want to use), you have to do something like
lastSlide: function(){$(‘#Slider’).data(‘nivoslider’).stop();}
but I can’t figure out where to put that.