• Resolved pavlinskypeter

    (@pavlinskypeter)


    Can set to this example for every H2 – agl agl-fadeCSS and fo every
    wp-block-media-text__media using using animate agl agl-wipeCSSLeft?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author creativeinteractivemedia

    (@creativeinteractivemedia)

    Hi, you can do it by adding custom javascript to page

    window.addEventListener(‘load’, function(){

    document.querySelectorAll(‘h2’).forEach(element => { element.classList.add(‘agl agl-fadeCSS’);

    });

    document.querySelectorAll(‘.wp-block-media-text__media’).forEach(element => { element.classList.add(‘agl agl-fadeCSS’);

    });

    })

    Cheers

    Thread Starter pavlinskypeter

    (@pavlinskypeter)

    Okey, Great how to define
    agl-in-duration-1000 agl-in-delay-500″ ?
    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Define once effect for every title H2’ is closed to new replies.