Testimonials cycle example showing timer and transition attributes

// Output a slideshow that changes every 8 seconds and uses the horizonal scroll transition
// and uses the Card Style - Maroon theme
[testimonials_cycle timer='8000' transition='scrollHorz' theme='card_style-maroon']

// Output a slideshow that changes every 8 seconds and uses the vertical flip transition,
// and uses the Card Style - Maroon theme
[testimonials_cycle timer='8000' transition='scrollVert' theme='card_style-maroon']

// Output a slideshow that changes every 10 seconds and uses the horizonal flip transition,
// and uses the Card Style - Maroon theme
[testimonials_cycle timer='10000' transition='flipHorz' theme='card_style-maroon']

// Output a slideshow that changes every 10 seconds and uses the vertical flip transition,
// and uses the Card Style - Maroon theme
[testimonials_cycle timer='10000' transition='flipVert' theme='card_style-maroon']

// Output a slideshow that changes every 10 seconds and uses the tile slide transition,
// and uses the Card Style - Maroon theme
[testimonials_cycle timer='10000' transition='tileSlide' theme='card_style-maroon']

// Output a slideshow that changes every 12 seconds and is displayed as a carousel,
// and uses the Card Style - Maroon theme
[testimonials_cycle timer='12000' transition='carousel' theme='card_style-maroon']