Hi everyone,
I have a quick question about the Play Animation function for UMG Widgets.
I want to change the translation of my button on hover and on unhover (see attached Video) using animations. My implementation works well, however, I noticed a strange behavior of the button when moving the mouse to a particular location.
The button rapidly triggers hover and unhover (see video) which results in a weird flickering of the button since the animations are triggered.
Did anyone else encounter this problem? Or does anyone know an easy fix to this?
I am currently trying to use the do once node but so far no success.