-
Gradually scale up size while layer move to center and scale back down when moving away.
I have a row of logos, all connected to a null which I move from lenght to right, so all logos scroll.
I’m look for an expression that would gradually scale up and then down the scale of each logo while it’s approaching the center of the screen, using there world position, when the position y = 1660 it start from size 100% when it reaches y=960 size is 200% then when it reaches y=260 scale is back to 100, and liked it to kind of ease out from size 100 and ease at size 200 to ease back in at size 100Here is kind of a graph of how I would like the scale to do relative to the y value
Any help, much appreciated… Have been playing with Math.sin but can’t quite understand it.
