code:
button[id=Atom(FLWMaxBtn)][contentindex=0]
{
Content:rcimg(59004);
Alpha:100;
Animation:Log|Alpha|VerySlow;
}
button[id=Atom(FLWMaxBtn)][contentindex=1]
{
Content:rcimg(59005);
Alpha:255;
Animation:Log|Alpha|VerySlow;
}
A simple example: The maximize button.
When i hover my mouse over it, it fades in from alpha:100 to alpha:255.
Is there a way to let pictures fade over into each other, without loss of alpha?
And, This is the hover animation, from contentindex=0 to contentindex=1. if Ive set animation tags to 0 and 1, is there a way to set tags from 1 to 2? Like, it animates from the hovered state to the pressed state?
I tried several things already, but I think the problem is that I just dont know the correct tag (or it isnt possible)..
So, anyone who could help me with this?
Thanks in advance.