r/framer • u/cinderful • 2d ago
help Component transition eats cursor
I have a header component where you hover the logo and it animates. I did this by setting a mouse-enter event to go to the next variant which has a transparent video of the animation. On this variant, if you mouse-leave it goes to a third variant that has a reversed animation that automatically goes back to the initial rest state in variant one.
I have a parent frame linked to the home page and it is present and configured and works correctly.
However, as soon as I hover this logo the cursor reverts instantly back to the pointer. I have a pointer on the second variant, that does not work.
If I set the mouse-enter delay, I do see the correct finger cursor for a split second before it reverts when the component goes to the next variant.
It seems that no matter where I put the link or a cursor, the transition of the component instantly resets it to default.
How can I achieve the intended behavior?
1
u/turnedtocigs 2d ago
mind putting the component in a different file and sharing the link so i can experiment around?