On page load the Divi photo gallery and the image slider have their own automatic “slide in from left” effect. To disable this effect use the following CSS:
.et_pb_slide_image, .et_pb_slide:first-child .et_pb_slide_image img.active {
-webkit-animation-duration: 0s !important;
animation-duration: 0s !important;
}
To see all my Divi blog posts click here.