Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: luizfranca on March 19, 2014, 11:11:18 AM

Title: Is There a way to resize the items gradually while scrolling a scroll view?
Post by: luizfranca on March 19, 2014, 11:11:18 AM
I was trying to make a menu and the central item of the scroll view should be 0.2 bigger than the items in the side. Is there anyway to do that?


Thank you for the attention (:
Title: Re: Is There a way to resize the items gradually while scrolling a scroll view?
Post by: ArenMook on March 20, 2014, 01:42:12 AM
Using math -- check the position of the widget against the finalClipRect. Enlarge based on distance.