$(document).ready(function () { $(".slide_txtarea").addClass('animated fadeInUp'); }); $(".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 });