Hello,
I have a shape divider in the page title and when the page loads the shape divider has a delay .. is it possible to remove the delay?
I would also like the shape divider to adjust its height to the media size and I don't have to load separately
here is live in my test page https://www.webgrafik.sk/olajos/poradenstvo.html
Thank you
B
<section class="page-title dark include-header page-title-center">
<div class="container">
<div class="page-title-row">
<div class="page-title-content">
<h1 data-animate="fadeInUp" data-delay="-5000" class="font-secondary">Poradenstvo a školenia - Olajos</h1>
</div>
</div>
</div>
<div class="shape-divider d-block d-sm-none" data-shape="wave-4" data-position="bottom" data-height="50"></div>
<div class="shape-divider d-none d-sm-block w-100" data-shape="wave-4" data-position="bottom" data-height="100"></div>
</section>
