-
Loosing inverted proportionally when loopout
Hi!!
I put this expression in scale (2D Solid)
———
x=value[0]*(value[0]/value[1]);
y=value[1]*(value[1]/value[0]);
[x,y]
———
And work well, the layer scale inverted proportionally, but if i add this
—–
loopOutDuration(type = “cycle”, duration = 0)
—–
suddendly i loose the inverted proportionally that i had created.Why? I dont know…