fadeComponent - values other than 0 1
-
It would be fantastic if the fadeComponent would allow values other than 0 and 1, this way we could easily animate objects into semi-transparent states. Would it be very complicated to extend the functionality of this, @Christoph-Hart ? I'm thinking about being able to set the value to 0.5, 0.75 and so on.
-
@tomekslesicki Mm you could change the alpha value of the panel color via scripting to do this. Or is a different thing what you are thinking?
-
@bendurso yeah, I know. fadeComponent is just much faster, doesn't require timers, and works with stuff other than paint routines like images etc.
-
fadeComponent is super buggy if you use multiple calls to it. What about css?
-
@d-healey seems like CSS and LAF can't live together, can they?
-
@tomekslesicki Not as yet :(
-
Hence the feature request :-) fadeComponent has been working very well for me so far, it would just be great to have a quick and easy way to achieve fades to semi-transparent states like this.