You can write your topic however you want, but you need to answer these questions:
- What do you want to achieve? Keep it simple and clear!
I want UIListLayout and UIGridLayout to have EasingStyle, EasingDirection an time property like tweenservice
- What is the issue? Include enough details if possible!
My issue is I made a in-game IDE and I made a script tabs (able to create new tab and switch between tabs to edit script) and when adding tabs I use UIListLayout to position them correctly. My problem is iw anted it to look smooth and want it to tween position instead of instant position
- What solutions have you thought of so far?
I thought of making my own position system but it’s just too hard, I think this feature would be very useful for other developers
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
Well when you create a UIListLayout or UIGridLayout, in Properties there is option likee EasingStyle, EasingDirection and Time. it’s like tweenservice but if you set EasingStyle to Linear, EasingDirection to In and Time to 0.5, when new children are added UIlistLayout will position them to correct order but instead of instant position, it will tween the object position based on our seated properties, I hope you understand and sorry for bad English
This is useful because it can be used on Inventory system and other like Player list! this will help a lot of dev and will be very useful