I wish to get the apples dock magnify effect on a navigation wheel which i made using scroll view.
Does anyone have any idea on how to achieve this.
this is the apples dock magnify effect. i want something similar to this.
thanks in advance.
I wish to get the apples dock magnify effect on a navigation wheel which i made using scroll view.
Does anyone have any idea on how to achieve this.
this is the apples dock magnify effect. i want something similar to this.
thanks in advance.
I think it’s pretty simple.
Create a Horizontal Layout Group, fill it with layout elements with button components set to animation transitions, and animate the fixed minimum width of the layout element on highlight. the results would be something like this: youtube video
If you want it exactly like the mac dock then you’ll need to use a script to set the fixed minimum width based on the distance from the pointer location.
hope that helps.
Thanks a ton.