Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Brave

    (@getbrave)

    @cyberstyle7 You should be able to change the animation duration by using the Animation duration option. Is it not working for you? We have just tested the option on our installation and it works fine.

    Thanks

    Thread Starter cyberstyle7

    (@cyberstyle7)

    The animation duration has a limit of 10 seconds. I need to extend this time, Is there a way to do it?

    Plugin Author Brave

    (@getbrave)

    Sorry to say there is a hard limit of 10 seconds. 10 second for a web animation is considered a long time. Can you kindly let us know what you are trying to achieve? maybe there is another way of achieving it.

    Thanks

    Thread Starter cyberstyle7

    (@cyberstyle7)

    I’m simulating a loading screen and I need to retain the user for at least 30 seconds in a step.

    Is there a way to edit the css embeded code?

    Plugin Author Brave

    (@getbrave)

    @cyberstyle7 Can you kindly share the page link where the popup is visible?

    Thanks

    Thread Starter cyberstyle7

    (@cyberstyle7)

    Plugin Author Brave

    (@getbrave)

    @cyberstyle7 One way to increase the load time is by overriding the animation duration with custom javascript. Kindly add this custom Javascript in the footer of your website using a custom header/footer script insert plugin:

    document.addEventListener("DOMContentLoaded", function(event) {
        brave_popup_data[648].animationData[3].desktop.totalDuration.load = 30000
        brave_popup_data[648].animationData[3].mobile.totalDuration.load = 30000
    });

    Hope this helps.
    Thanks & Regards

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Animation length’ is closed to new replies.