Animate WITHOUT Alpha? - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Skinning (/forumdisplay.php?fid=41) +----- Thread: Animate WITHOUT Alpha? (/showthread.php?tid=85572) Animate WITHOUT Alpha? by DennisMartijn on 08-24-2008 at 08:38 AM
code: 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. RE: Animate WITHOUT Alpha? by Willz on 08-24-2008 at 10:04 AM
from state a to state b, simple answer is no. RE: Animate WITHOUT Alpha? by DennisMartijn on 08-24-2008 at 04:42 PM
Thanks Willz. RE: RE: Animate WITHOUT Alpha? by Willz on 08-25-2008 at 12:15 AM
quote: No it is not a glow state, it is all simulated through careful positioning of extra elements. To do animation it is a downright pain because you have to create a whole bunch of extra elements to make it work the way you want. RE: Animate WITHOUT Alpha? by DennisMartijn on 08-25-2008 at 08:39 AM
So, say I add some custom pictures with glow hardcoded, position them at the same position as the elements I want to have glow, code a hover state in the uifiles, and then it should work? |