Hi all,
More then a year ago I build an slider in Oxygen with GSAP animation for the text. It was a pain in the ass (first time gsap, changing sliders).
The most of my clients are now on Bricks and want to know of this header is simple to replicate with Bricks slider and Bricksforge.
Can anybody help me? GSAP is not my best knowledge. Here is the current website: https://www.e-chopperleusden.nl
Hi 
that should be no problem. But you need to use the SplideJS events to run the animation everytime the slide has been moved. You can find a list of all events here:
Since the version 0.9.6, you can listen for custom events. You need to create the event listener for the related splide instance. You can find all splide instances created from Bricks in the global variable: bricksData.splideInstances
. For 0.9.7, I plan include some Bricks Slider Events into the UI. Then it will be really easy to handle your slider animation requirements 
1 Like
The first animation is working here: https://echopper.acaseofcees.nl/test/. But I have to create an event listener like Daniele advised. This is not my knowledge of webdevelopment. is there anyone who can help me?