animationA = new Animation
layer: doc.canteen
properties:
x: 400
y: 1600
opacity: 0.5
curve: "bezier-curve(0.25, 0.1, 0.25, 1)"
here i tried using z value, it was scaled up. To scale down i thought we should use - value, then also it scaled up but in reverse. I want to scale it down. Please help.