-
AE Array in expression
Hi . i have Line in expression
var matrixTimes = [3.76, 3.8, 3.84, 3.88, 3.92, 3.96, 4, 4.04, 4.08, 4.12, 4.16, 4.2, ] and so on …
how can I add to each number such as 0.4 ?
var matrixTimes = [3.76, 3.8, 3.84, 3.88, 3.92, 3.96, 4, 4.04, 4.08, 4.12, 4.16, 4.2, }+0.4 , work only on fierst number in array , i now multiple on 0.4 offset all number in array , but its very hard control if i want ofsset to one frame
Sorry, there were no replies found.