-
Wiggle only positive values two dimensions
Can anyone help me make this expression work for two dimensional properties? Currently it only works for one dimension stuff, like rotation, I’d like to use it on position or scale but it’s returning the following error:
“couldn’t turn result into numeric value”
w = wiggle(3,.02);
d = w - value;
value + Math.abs(d)Thanks in advance.