Hi , I am working on mouse hover animation on a card. It is working fine when I use only hover in animation. But animation messes up (Card blinks) when I implement changes in Hover out animation.
Can someone have a look and check what is the issue?
hi @Sarthak_Jain I do not see any flickering as you do not have OUT animation set up. anyway here are my tips:
stripe down all your hover settings
run your animation on Image_Block instead of the Image itself
pay attention to what elements of your interaction are affected, like only children with this class etc.
I did a short test to create hover in-out and had no issues. More info about how to can be found on WFU.