It is currently April 27th, 2024, 10:20 pm

[New Suggestion] Fade In Everything

Report bugs with the Rainmeter application and suggest features.
MrAwesome
Posts: 1
Joined: October 20th, 2011, 5:47 pm

[New Suggestion] Fade In Everything

Post by MrAwesome »

I have a few things on my desktop, they are all about 70% transparent, and they are all set to fade in. I just think my desktop would look a lot better if everything faded in when I moused over any 1 thing. Should be pretty easy to add this feature, right?
User avatar
Kaelri
Developer
Posts: 1721
Joined: July 25th, 2009, 4:47 am

Re: [New Suggestion] Fade In Everything

Post by Kaelri »

You can change the transparency of a group of skins easily enough:

Code: Select all

MouseOverAction=!SetTransparencyGroup 255 MyGroup
MouseLeaveAction=!SetTransparencyGroup 178 MyGroup
Fading, though, is not an action that can be called by a skin. Rainmeter only uses it for an individual skin's transparency settings. You may be able to achieve this a different way, however, with an upcoming feature in Lua. So keep an eye on the next few betas. :)