Hey Developers,
I’m trying to create a page animation as seen below for my own UI. How would I go about doing something like this proficiently so it’s not too hard to add more pages?
Hey Developers,
I’m trying to create a page animation as seen below for my own UI. How would I go about doing something like this proficiently so it’s not too hard to add more pages?
give the icons some color, separate them into categories, and give the players of your game some time to get used to the icons.
This is just so the pages are not hard to read first of all
Oh I think you misunderstood, I’m trying to create the animation that causes the pages to go back in forth in and out of the frame. Like a tween, I was just wondering how they do it so well.
Use Enum.EasingStyle.Bounce for the tween (For that nice bouncy effect)
Do you just store the frames off to the side and turn on clip descendants or?
I think you are looking for a UIPageLayout, which would easily be used to create this effect.
Thanks! This seems to be exactly what I was looking for.
Yes, I ended up just using a UIPageLayout and clipping descendants so you couldn’t see the pages.