Чем можно заменить h1 в swiper slider с сохранением анимации? Заменял на p с применением стилей h1, но анимация какая-то каменная
<div class="swiper-container swiper-slider swiper-style-2" data-loop="false" data-autoplay="5500" data-simulate-touch="false" data-slide-effect="slide" data-direction="horizontal">
<div class="swiper-wrapper">
<div class="swiper-slide" data-slide-bg="<?php the_field('slajder1') ?>">
<div class="swiper-slide-caption">
<div class="shell text-sm-left">
<h1 data-caption-animate="slideInDown" data-caption-delay="100">Your Ideal Retreat</h1>
<div class="slider-subtitle-group">
<div class="decoration-line" data-caption-animate="slideInDown" data-caption-delay="400"></div>
<h4 data-caption-animate="slideInLeft" data-caption-delay="700">Enjoy the world of relaxation</h4>
<h3 data-caption-animate="slideInLeft" data-caption-delay="800">and tranquility!</h3>
</div><a class="button button-effect-ujarak button-lg button-white-outline button-square" href="about-us.html" data-caption-animate="slideInLeft" data-caption-delay="1150"><span>learn more</span></a>
</div>
</div>
</div>