Mouse over animation causes image to not display immediately

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) …

???

Hey ho Happy New Year!

I am still trying to figure this one out … anybody notice this, also?

Very surprising there’s been no answers (from me also, I’m in there for the blame).

I’ve never had this issue, but rather than lazy load, do you have a scroll animation (appear on screen with a delay set??) type setting turned on?

Interested to see the solution here even though it’s not affecting anything of mine at the moment.

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.

This should not happen with mouse over.

1 Like

Very good point, I missed that detail. I’ll take another look.

But it’s possibly more sensible to find out why those images aren’t initially loading, then get onto the ‘pulse’ effect?