Hi,
after a quick search on your forum I tried to use data-animate-out on swiper-slide text layer but is not working. Could you help me please ?
Actual code<h2 data-animate="fadeInUp" style="text-shadow: 2px 2px 3px #000;color:white;">Intégration de maquettes</h2>
Code with data-animate-out on H2 in swiper-slide<h2 data-animate="fadeInUp" data-animate-out="fadeOutUp" data-delay-out="2000" style="text-shadow: 2px 2px 3px #000;color:white;">Intégration de maquettes</h2>
