-
slider control wiggle with childComp and ParentComp
Hi!
im trying to control a wiggle in my ChildComp from my ParentComp.
this is my expression on the scale property on a layer in my ChildComp:
a=wiggle(comp("ParentComp").layer("SliderControl").effect("Wiggle")("Slider"),100);
[value[0],a[1]]when im changing the value of my slider in ParentComp its working but as soon as i try to key frame from say 0 to 50 it does nothing, it seems to be taking the value from my first keyframe but ignoring my second key frame.
What am i doing wrong?