The below snippets can be used in Edit Head section ( whole website or specific page).
The animations effect Slide or Fade will be applied for all elements placed inside the Columns
Slide Animation
<script type="text/javascript">
//<![CDATA[
jQuery.noConflict();
(function($) {
// Init
$(document).ready(function() {
// wow
wow = new WOW(
{
boxClass: 'j-hgrid',
animateClass: ' animated fadeInUp',
mobile: true,
offset: 150
}
)
wow.init();
});
})(jQuery);
//]]>
</script>
Fade Animation
<script type="text/javascript">
//<![CDATA[
jQuery.noConflict();
(function($) {
// Init
$(document).ready(function() {
// wow
wow = new WOW(
{
boxClass: 'j-hgrid',
animateClass: ' animated fadeIn',
mobile: true,
offset: 150
}
)
wow.init();
});
})(jQuery);
//]]>
</script>
It is possible to add an animation effect only for a specific module Columns. Inside the Columns that should be animated you simply add Widget/HTML with the following variables:
<var>wow animated fadeInUp</var>
Animations only for one of the columns
<ins>wow animated fadeInUp</ins>
All available options:
The viewport folded animations have been added on 11.06.2021, so please make sure you're using the latest CSS updates
Folded animations for the images
<var>wow is-folded-left-img</var>
<var>wow is-folded-right-img</var>
Folded animation for the whole block ( Columns )
<var>wow is-folded-left</var>
<var>wow is-folded-right</var>
If you're using the animations for individual elements, please make sure that wow animations have been activated on mobile devices ( Design> Custom Template> HTML and find the following code at the bottom of the page:
<script type="text/javascript">
//<![CDATA[
jQuery.noConflict();
(function($) {
// Init
$(document).ready(function() {
// wow
wow = new WOW(
{
boxClass: 'wow',
animateClass: 'animated',
mobile: true, // false for deactivate
offset: 100
}
)
wow.init();
});
})(jQuery);
//]]>
</script>
Donec elit libero, sodales nec, volutpat a, suscipit non, turpis. Etiam ultricies nisi vel augue. Proin pretium, leo ac pellentesque mollis, felis nunc ultrices eros, sed gravida augue augue mollis justo. Aliquam erat volutpat. Aenean tellus metus, bibendum sed, posuere ac, mattis non, nunc.
Vivamus elementum semper nisi. Donec vitae sapien ut libero venenatis faucibus. Fusce ac felis sit amet ligula pharetra condimentum. Curabitur ligula sapien, tincidunt non, euismod vitae, posuere imperdiet, leo. Curabitur ullamcorper ultricies nisi.
Morbi mattis ullamcorper velit. Vestibulum turpis sem, aliquet eget, lobortis pellentesque, rutrum eu, nisl. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Cras ultricies mi eu turpis hendrerit fringilla. Curabitur at lacus ac velit ornare lobortis.