• postpablocam

    (@postpablocam)


    Is there a way to force wow animations (slideInUp) to play on mobile devices? Maybe some snippet? Thanks in advance.

Viewing 1 replies (of 1 total)
  • boy8xnoname

    (@boy8xnoname)

    @postpablocam

    Sorry because the delay to reply.

    For mobile devices we made wow animation return to false.

    if (onepress_js_settings.onepress_disable_animation != "1") {
    var wow = new WOW({
    offset: 50,
    mobile: false,
    live: false
    });
    wow.init();
    }

    If you need to add animation for mobile devices you will need to custom our template script.

    I recommend you should to get some help from a developer to customize this.

    Let me know if you need more help in the future.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.