I'm trying to make an animation that fades between two pages in my UI. Since each page has several other UI elements in, I tried to temporarily parent one page to a CanvasGroup and then tween the GroupTransparency with the destination page behind it, however there's a small but very noticable flicker when the CanvasGroup is rendering. Is there any other (and reasonably efficient) way that I could do this animation? Thanks in advance for any help!
#Simple UI fade animation is slightly less simple than I originally thought
1 messages · Page 1 of 1 (latest)
you could use tween service
i want a friend who is as kindas u
Would tweening every object on the page individually be okay in terms of performance?
Solved it! The CanvasGroup now fades in rather than out so the small flicker isn't noticable any more.
** You are now Level 2! **