animate DIV at top of screen (on load, without scrolling)

1 reply · opened Mar 7, 2018

JjdmannMar 7, 2018

Hi, Animations currently play when revealed on the screen. But they don't work at top of screen, when page loads (they are static instead). How can I force the animations to play after the preloader ends?

Jonathan

SSemicolon WebSTAFFMar 8, 2018

Hello,

The Element Animations are static because they are already animated while the Page is loading. Simply find the following code in the js/functions.js File:

SEMICOLON.widget.animations();

cut it from there, and move it to the SEMICOLON.documentOnLoad > init: function() Function Block.

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard