Quantcast
Channel: Adobe Community : Popular Discussions - After Effects Expressions
Viewing all articles
Browse latest Browse all 47983

Adding wiggle a property that already has expression?

$
0
0

I have a pretty simple expression that connects a layer's X scale to a slider.

 

temp = thisComp.layer("Tag4").effect("Slider Control")("Slider");

[temp, value[1]]

 

How would I add a wiggle to this?

 

I tried this:

 

temp = thisComp.layer("Tag4").effect("Slider Control")("Slider");

wig = wiggle(1,10)

s = temp + wig

[s, value[1]]

 

But got an error (I guess because wiggle contains an array?)

 

I'd appreciate some suggestions.


Viewing all articles
Browse latest Browse all 47983

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>