Return-Path: Received: from mail-gy0-f169.google.com ([209.85.160.169] verified) by media-motion.tv (CommuniGate Pro SMTP 4.2.10) with ESMTP-TLS id 4664997 for AE-List@media-motion.tv; Fri, 23 Mar 2012 22:30:38 +0100 Received: by ghrr18 with SMTP id r18so3242185ghr.28 for ; Fri, 23 Mar 2012 14:30:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=+fyZHzaTas+wZ6sGuTaLWjZdCKC7pxiy2ll8GQgHtAE=; b=DEx4pxu39/Qs6HzzbPQeONCqq+dNiOZ/xF9I556H8ONd+ubS8W+0oO0atVgzZPymhm J7TDiRWcTiHBfXtskBDS/PQjTNILDaPhKcLHxN+EnJA0VwKQSqAurjIw5bIniB6losHf gyQGUfxzGv71zVYAbodgNPbn/PUX0SwqCl/63UZbT7mq155+yaNssbgNp05XjNITSLD0 VbElgs2mlIQX5M4Yuhc86PPBlcBQRzwS1JQipiQj65fpcNOeSDqqarPrOUvO9iGpXsp5 gG3woBorxTjQCk4mytOm6+WE73rZlKMsYl+u/pioBWVcTPWVyZBgnIA7m79e/P8LuMQU ZLzg== Received: by 10.101.187.13 with SMTP id o13mr4220583anp.14.1332538244726; Fri, 23 Mar 2012 14:30:44 -0700 (PDT) MIME-Version: 1.0 Sender: hedczech@gmail.com Received: by 10.236.102.162 with HTTP; Fri, 23 Mar 2012 14:30:04 -0700 (PDT) From: "scott.aelist" Date: Fri, 23 Mar 2012 14:30:04 -0700 X-Google-Sender-Auth: n74qiVPxR5k6rKdbF8HqvVwZ_kQ Message-ID: Subject: shift pickwhipped property values based on layer in-point To: After Effects Mail List Content-Type: multipart/alternative; boundary=001636ed6eebba015d04bbefbce6 --001636ed6eebba015d04bbefbce6 Content-Type: text/plain; charset=ISO-8859-1 I have a 'control' layer that I'm using ramp down the value of a wiggle on various layers. Currently the wiggles ramp down all at the same time. I want to stagger this ramping down. If each layer's animation was driven by it's own keys, I could simply slide layers forward and backward in the timeline, but I can't here, because regardless of their in-point, they're tied to my control layer's time. Is there any way i can add the in-point of my slave layers time to achieve this effect? currently the position prop of my slave layers have this simple expression: amp = thisComp.layer("control").effect("amp")("Slider"); freq = thisComp.layer("control").effect("freq")("Slider"); wiggle(freq,amp) I'm thinking something like ".valueAtTime + inPoint" ... ? --001636ed6eebba015d04bbefbce6 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I have a 'control' layer that I'm using ramp down the value of = a wiggle on various layers. Currently the wiggles ramp down all at the same= time. I want to stagger this ramping down. If each layer's animation w= as driven by it's own keys, I could simply slide layers forward and bac= kward in the timeline, but I can't here, because regardless of their in= -point, they're tied to my control layer's time. Is there any way i= can add the in-point of my slave layers time to achieve this effect?

currently the position prop of my slave layers have this simple express= ion:

amp =3D thisComp.layer("control").effect("amp&qu= ot;)("Slider");
freq =3D thisComp.layer("control").e= ffect("freq")("Slider");
wiggle(freq,amp)

I'm thinking something like ".valueAtTime = + inPoint" ... ?
--001636ed6eebba015d04bbefbce6--