Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #221263

    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.

    #221316

    Hey!

    If you are referring to something like AJAX load, the answer is no. Please be more specific.

    Cheers!
    Josue

    #221851
    This reply has been marked as private.
    #221854

    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

    #221867
    This reply has been marked as private.
    #221967

    Hi,

    Can you create an administrator account and post it here as a private reply?

    Regards,
    Josue

    #221977
    This reply has been marked as private.
    #222397

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Page Transition Effect’ is closed to new replies.