How to animate hover elements?
I have created a UI in UnrealEngine. I used a button with an image.
I also defined a hover version which is just the same image but with a stroke.
Since I have a special image with neon effect, I can’t use the built-in stroke function.
When I move the mouse pointer over the button, the version of the hover image with the stroke appears.
However, I would like the hover version of the image to not only appear, I want the stroke to fade in and out when I move the mouse pointer over the button, as it currently uses just a simple linear animation and not a fade in/out.
Here is a video of the normal animation, where i want to add the fade in/out.:
I have researched on the internet, but I have not found a way to do this.
Thanks in advance!