‹
›
-
SimpleCarousel (1)
-
SimpleCarousel (2)
-
SimpleCarousel (3)
-
SimpleCarousel (4)
-
SimpleCarousel (5)
-
SimpleCarousel (6)
-
SimpleCarousel (7)
-
SimpleCarousel (8)
-
SimpleCarousel (9)
-
SimpleCarousel (10)
-
SimpleCarousel (11)
-
SimpleCarousel (12)
-
SimpleCarousel (13)
-
SimpleCarousel (14)
-
SimpleCarousel (15)
-
SimpleCarousel (16)
-
SimpleCarousel (17)
-
SimpleCarousel (18)
-
SimpleCarousel (19)
-
SimpleCarousel (20)
-
SimpleCarousel (21)
-
SimpleCarousel (22)
-
SimpleCarousel (23)
-
SimpleCarousel (24)
Carousel, Horizontal Switch, Full Functions
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.min.js"></script>
<script type="text/javascript" src="js/jquery.SimpleCarousel.js"></script>
<script type="text/javascript">
(function($){
$("#carousel").SimpleCarousel({
// V - Vertical(Default)
// H - Horizontal
playDirection: 'H',
// Default: 0
defaultPage: 3,
// Default: 500 ms
animateDuration: 1000,
// Default: swing
// @see http://gsgd.co.uk/sandbox/jquery/easing/
// @see http://easings.net/zh-cn/
easing: "easeOutBounce",
// Default: itemsPerPage (Auto calculate)
itemsPerStep: 3,
// Default: false
autoPlay: true,
// Default: forward
pageDirection: "back",
// Default: 3000 ms
pageSwitchDelay: 4000,
// Default: false
cyclePlay: true,
// Default: false
paginated: true
});
})(jQuery);
</script>





















