Button 'up' state animation problems
Hi all,
So I've been making a few html5 banners for the last couple of days and I came across a problem which I can't find the solution for. I'm afraid it can be done with coding, something I have a huge lack of skills for.
I created a button and I included really short animations. When hovering over the button for example, it scales up with a nice ease.
Now I've done this scaling up and down animation for all the states. But now the thing is, I would like to create a scale down when you hover the button but remove the mouse from the hover.
This means I animated the button in the "Up" state. And this means that when the button shows up, the first thing that happens is that the button scales down. After that, it works how I'd like it to work, when hovering over the button it scales up, and when removing the mouse from the button it scales down again.
How can I make this work that when the button shows, it doesnt scale down in the beginning, but it does scale down after hovering over it?
(I hope this explanation is clear)
Best regards,
Mischa

