-
Wiggle Scale isn’t proportional
Using CC2014 and wiggling the scale of a circle. Wiggle (2,10) is wiggling both X and Y scale independently.
I then tried this expression:
w = wiggle (2,10)
[w[0],w[1]];and this expression
w = wiggle (2,10)
w,wThen this expression:
w = wiggle(2,10);
wAnd in all three, X and Y scale still wiggles independently.
What am I doing wrong?