Slow hover effects with Filter+Load

Hi guys! I have some minor performance issues on a page where CMS Filter and Load are applied. Basic hover effects with in the list are slow and glitchy. They work better when the filter is applied, and fewer items are shown.

The weird thing is that the problems show up on Chrome but not on Firefox. I do have the page count turned on from the pagination settings. Any ideas?

The subpage: Member Benefits | Golf Gamebook
Preview link: Webflow - Golf Gamebook

I believe I found the problem. It wasn’t related to CMS filtering or loading. Instead, I had used multiple filter: drop-shadow() declarations on those elements. After simplifying the shadows, everything started running smoothly, even in Chrome.

Hey @Janne! I am so sorry, I thought I had answered your previous message, and it turns out I did not :man_facepalming:

Another reason for the slow animation could be that you had previously used the hover state to animate the items instead of using interactions and having some elements like images with conditional visibility.

I am glad to hear you’ve found a solution and if you need anything please let me know.