delete fade out page style

1 reply · opened Apr 6, 2020

MmehdiikhajaviApr 6, 2020

hi , thanks for this theme , i have a quesion . i want to use this theme in blazor , blzor is same angular and page could not refresh and blazor routing handle this . i can use this theme in blazor but i have a problem . when page is routing to another page , animation is starting and page fade out , i need delete this style . can i ?

SSemicolon WebSTAFFApr 7, 2020

Hello,

Simply find and delete or comment the following code in the js/functions.js File:


SEMICOLON.initialize.pageTransition();

and then 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