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?
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
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