Transparent/Translucent, Fading in, Fading out Thread last updated on 2003-10-27 04:17:07

Posted by member 72849 on 2003-10-23 14:55:03

Is there a way to make stuff in litestep by a certain % transparent (i.e. translucent)... and then when you mouse-over them, they fade in to 100% opacity, and fade back to transparency when the mouse moves away?

Posted by member 1316 on 2003-10-23 16:08:05 link

grdtransparent may be able to do everything listed above

Posted by member 12025 on 2003-10-23 16:37:00 link

*grdTransparent should do it, but you might need a module to have a mouseover action that you can set.

LSBox will do it for active/inactive, but not mouseovers (at least not that I can see in the 2.95 doc).

One thing you might be able to do is 'cheat' by making a hotspot around (1px greater on all sides) a given box or whatever it is, and have that mouseover change the transparency (you just might have to do a little tweaking as far as which is displayed first on the screen so that only the border is the hotspot).

Posted by member 35 on 2003-10-23 16:57:03 link

or with subclass

Posted by member 1783 on 2003-10-24 09:17:50 link

don't forget a great animation module: lsdynamic ;)

Posted by member 1413 on 2003-10-27 04:17:07 link

You could also use layercut and make a fade in/out animation. Then you'd just need to set the fade out to your standard gfx and the fade in to your hover gfx.