how to remove the preloader

1 reply · opened Nov 12, 2017

Nnassif7Nov 12, 2017

Hi,
how can i remove the preloader from my site,
when i am not linking the "animate.css" the page is not loaded at loaded, i get an empty page.

i don't want to use any kind of animation in the page, and i would like to remove the file

SSemicolon WebSTAFFNov 14, 2017

Hello,

Please do not delete the css/animate.css File as this will cause more issues. Instead, please find and delete/comment the following code in the js/functions.js File:

SEMICOLON.initialize.pageTransition();

and add the following CSS Code:

body:not(.no-transition) #wrapper { opacity: 1; }

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
how to remove the preloader · Canvas Template Support