Hi,
Have enfold some builtin configuration related with page transition?
I noticed a strange behavior where the pages had a “fade in” transition effect in google chrome.
But the same disappear without reason.
Thanks.
Hey!
If you are referring to something like AJAX load, the answer is no. Please be more specific.
Cheers!
Josue
Hi!
It’s not the page but the elements, some of them like buttons and icon boxes have that effect when the Page loads.
Best regards,
Josue
Hi,
Can you create an administrator account and post it here as a private reply?
Regards,
Josue
Hi!
If you have a color section with a minimum height it gets this css which casues fade in effect:
.js_active .av-minimum-height .container {
opacity: 0;
-webkit-transition: opacity 0.6s ease-in;
-moz-transition: opacity 0.6s ease-in;
-o-transition: opacity 0.6s ease-in;
-ms-transition: opacity 0.6s ease-in;
transition: opacity 0.6s ease-in;
}
You can add the same to your Quick CSS or custom.css file and change the opacity value to 1 to cancel it out.
Cheers!
Devin