Options for jR3DCarousel

Slides Perspective

Code to getting started

$(".jR3DCarouselGallery").jR3DCarousel({
    "width": 400,
    "height": 222,
    "slideLayout": "fill",
    "animation": "slide3D",
    "animationCurve": "ease",
    "animationDuration": 700,
    "animationInterval": 1000,
    "autoplay": false,
    "navigation": "circles",
    "slides": [
        {
            "src": "images/a1.png"
        },
        {
            "src": "images/a2.png"
        },
        {
            "src": "images/a3.png"
        },
        {
            "src": "images/a4.png"
        },
        {
            "src": "images/a5.png"
        },
        {
            "src": "images/a1.png"
        },
        {
            "src": "images/a2.png"
        },
        {
            "src": "images/a3.png"
        }
    ]
})
bootstrapmb