I added a mouse over animation (“pulse”) to some images. Now when I view the page, the images are not displaying at page load. The images first display when I scroll down the page to the image.
It’s almost like its lazy loading (which I have turned off) …
This is the normal behaviour of animations in Blocs. Elements are hidden and when they appear on screen they show using which ever animation you apply.
So lets say you want an item to fade in when it comes on screen, which is a common animation style. It is initially hidden and then when it appears on screen it is faded in.
I hope this helps and explains why you get this effect.