The images in each gallery natively come with an animation, a loading effect on page load.
This effect can easily be removed by adding the code below in your WP dashboard > Appearance > Customize > Additional CSS.
html body .modula .modula-items .modula-item img.pic { transition: none !important; transform: none !important; }
Save this code there and the images will no longer have a loading effect.