Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: WOW.js #496340

    Yes, like a charm :)
    Thanks

    in reply to: WOW.js #495771

    My bad… I forgot to initialize the WOW.js (the third script)

    //WOW.js
        wp_enqueue_script( 'wow', get_template_directory_uri() .  '/../myclient/js/wow-master/dist/wow.min.js', array( 'jquery' ), true );
            
     //Animate.css
        wp_enqueue_style( 'animations', get_template_directory_uri() . '/../myclient/js/wow-master/css/libs/animate.css' );
            
    //Init WOW.js
        wp_enqueue_script( 'wow-init', get_template_directory_uri() .  '/../myclient/js/wow-master/wow-init.js', array( 'jquery' ), true );
    
    • This reply was modified 9 years, 8 months ago by guyom.
    in reply to: Image animation #486830

    Great! Thanks a lot Elliott :)

    • This reply was modified 9 years, 8 months ago by guyom.
Viewing 3 posts - 1 through 3 (of 3 total)