Really simple but I dont know to know to do it, How can I disable a scrolling frame smooth animation. I wanna make it like the TTD3 scrolling frame or something like the Windows file explorer (I only said these names for examples, Also tell me if I’m in the wrong category).
Maybe set “ElasticBehavior” to None
I tried that, It didnt do anything rather than break the X axis scrolling
You can use UIPageLayout and somewhole make page with elements and set anim to Linear
I do not understand what you just said, I only understood the UIPageLayout part
- Make Frame with UIPageLayout instead ScrollingFrame.
- Place another frames in first frame for creating pages
- In second frames add elements
- Set UIPageLayout Animation type to Linear
- Andd… I think end
How can I make the things inside the pagelayout to be on top of each other
Change FillDirection to Vertical
Thanks for helping so much!
(Car limit)
I want to make it so it doesn’t do this its really annoying me, Sorry for bothering!
Make they in one frame. Frames need to group elements in page. You can make some code for convert list layout in UIPage. You need to group elements in Pages
OKie DoYkie, Thanks for helping
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.