This template uses the following:
This template has been updated with the following improvements:
data-style and link the animate-v2.min.css to the element.
<div class="analysis-image lazyload" data-animation="flipInY" data-link="/css/animate-v2.min.css?v0808"></div>
location='footer' parameter. If you are embedding a script inside the page that uses JQuery, please replace $(document).ready(function () { with window.addEventListener('load', (event) => {.
$(document).ready(function () { at the top of the script tag, you can simply add window.addEventListener('load', (event) => { at the top of the script tag and add }); at the bottom before the closing tag.
data-less-text and data-more-text to the <a> tag
<a data-bs-toggle="collapse" href="#collapseDiscover" role="button" aria-expanded="false" aria-controls="collapseDiscover" class="btn btn--arrow btn--right" data-less-text="View Less" data-more-text="Learn More">Learn More</a>