violin-suzutsuki / LinoriaLib

MIT License
51 stars 315 forks source link

Opinion about the Fade animation #30

Closed TerminalVibes closed 1 year ago

TerminalVibes commented 1 year ago

I'm not all that sure about the Fade animation added recently. I'd argue that animation isn't always the way to go, since the rest of the entire UI Library doesn't use it (ex: Toggles, Dropdowns, and etc. all don't have animation). It takes away the instant and responsive feeling the library used to give.

Is there a way to disable the animation? I liked the previous Visibility toggle a bit better.

wally2471 commented 1 year ago

Yeah the current fade animation is jank looking. I plan to attempt to port it to use CanvasGroup, which looks way nicer, eventually..

violin-suzutsuki commented 1 year ago

Setting MenuFadeTime to 0 will disable the fade animation

violin-suzutsuki commented 1 year ago

closed for now, may just remove the fade animation entirely in the future as i'm not really a fan of the code

note that for some reason the effect looks way better in my drawing lib ui library even though the code is doing the same thing?? maybe roblox transparency is weird image