Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #353075

    How can I change loading/animating order of my layout elements? I have a one-pager with LayerSlider (as a header element) and after that a Gallery (inside Color Section). Problem is that the LayerSlider waits for Gallery animations to complete. What can I do?

    #353989

    Hey!

    Try disabling the avia gallery popup animation:

    .avia_transform .avia-gallery-thumb img{
    opacity: 1 !important
    -webkit-transform:  none !important;
    -moz-transform:   none !important;
    transform:      none !important;
    }
    .avia_transform .avia-gallery-thumb  img.avia_start_animation{
    -webkit-animation: none !important;
    -moz-animation:    none !important;
    animation:         none !important;
    opacity: 1 !important;
    -webkit-transform:  none !important;
    -moz-transform:   none !important;
    transform:      none !important;
    }
    

    Cheers! 
    Josue

    #353998
    This reply has been marked as private.
    #356398

    Hello,

    After looking this in detail i’ve concluded that there is no way to prevent LayerSlider to behave like this as it will always load the slides via JavaScript, you can see the same behavior on the Enfold demo page:
    http://kriesi.at/themes/enfold/

    Nevertheless, i personally think this doesn’t represents a big issue in your current page layout as the layer slider is big enough to fill the initial viewport, at least on a normal laptop.

    Best regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.