kxprano
(PastaCat48)
April 5, 2025, 9:41pm
1
How can i achieve an effect similar to the one in blue lock : rivals?
When you hover over one of the buttons, it grows in size and the rest shrink or move left / right to make space for it.
This is what my ui looks like:
The effect im trying to achieve:
https://gyazo.com/b352490267300e7b3596e314c9401b00
pls help:pleading_face:
kxprano
(PastaCat48)
April 6, 2025, 7:58am
2
Bumping because its been a day
7z99
(cody)
April 6, 2025, 8:05am
3
This functionality is built into the UIListLayout, just size up the UI element that’s a sibling of the UIListLayout
kxprano
(PastaCat48)
April 6, 2025, 8:19am
4
The element that is being sized completely ignores the anchorpoint.
If i want it to scale upwards it doesnt care, just goes down.
My buttons anchor point is set to (.5,1)
7z99
(cody)
April 6, 2025, 8:30am
5
Set UIListLayout.VerticalAlignment to Bottom
system
(system)
Closed
April 20, 2025, 8:31am
6
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.