$(document).ready(function(){ $(".slide_txtarea h2").addClass('animated wow fadeInLeft'); $(".slide_txtarea h3").addClass('animated wow fadeInLeft'); $(".slide_txtarea h4").addClass('animated wow fadeInLeft'); $(".slide_txtarea p").addClass('animated wow fadeInLeft'); }); $(".carousel").swipe({ swipe: function(event, direction, distance, duration, fingerCount, fingerData) { if (direction == 'left') $(this).carousel('next'); if (direction == 'right') $(this).carousel('prev'); }, allowPageScroll:"vertical" }); // $('.carousel').carousel({ // interval: 1000 // });