Animated Slider Slides
Bricks’ default Nestable Slider with Kinekt animated slides. This example includes a chunk of JavaScript code which connects the slider with OB Kinekt API.
BEWARE: Slider (Nestable) will have a different Bricks ID upon the template import, be sure to update your JS code.
IE: open “Splide controls” element, scroll down to JS code section, update the slider ID (“outmzr”) in the line #5 with your own Bricks generated slider ID:
const mySlider = window.bricksData?.splideInstances[ ‘outmzr’ ] || false;
Basics
Playground


