-
linear expression position to scale
Hello guys.
I am trying to create a slideshow where I have 5 “cards” next to each other and when I move a null that to a certain position the present card goes from 100% 75 % ( scale down ) and the next one should scale up (75% to 100)
The case is a managed to solve the first part of the trick ( card scales down) but not the second part ( card scales up)
Can you give me a light here? I hope my question is clear.
Thanks
Dariox = thisComp.layer("mov_scale").transform.position[0]
scalex = ease(x, 1161.3, 662.7, 100, 75);
[scalex,scalex];