Return-Path: Received: from mail-vx0-f169.google.com ([209.85.220.169] verified) by media-motion.tv (CommuniGate Pro SMTP 4.2.10) with ESMTP-TLS id 4570519 for AE-List@media-motion.tv; Thu, 22 Dec 2011 06:56:05 +0100 Received: by vcge1 with SMTP id e1so5516653vcg.28 for ; Wed, 21 Dec 2011 22:02:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=aBIPnyUgJRX710sMJJY0azbVGYu1JcVzmi2OPTeNUW0=; b=O3NdkEeJZn58ubqrF1HSMU3+8pgATxtdBnbxATSAdIax5MSl5/4yY+4AcYOFj8LB+T ETbM/lgoFdhcF8+G1Ku4seXeXW2GpbgPGD3qlN9v68QuHaR4UoJjv7NIVM+yVzNlGNjY CjYBRUKT5qEh2YUEehzS225f+YVZE9Tp0HSy0= MIME-Version: 1.0 Received: by 10.220.224.198 with SMTP id ip6mr6789005vcb.26.1324533737341; Wed, 21 Dec 2011 22:02:17 -0800 (PST) Received: by 10.220.195.137 with HTTP; Wed, 21 Dec 2011 22:02:17 -0800 (PST) In-Reply-To: References: Date: Wed, 21 Dec 2011 22:02:17 -0800 Message-ID: Subject: Re: [AE] Expression help for Wiggle decay From: Darby Edelen To: After Effects Mail List Content-Type: multipart/alternative; boundary=14dae9ccd504e8443504b4a80a41 --14dae9ccd504e8443504b4a80a41 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I might as well throw my own solution into the ring. Use a linear expression to interpolate from the wiggled value to the keyframed value. Point it to a slider expression. Something like this: x =3D effect("Slider Control")("Slider"); w =3D wiggle(1, 5); linear(x, 0, 1, value, w); You can then use the slider to control the contribution of the wiggle. In the above example a slider value of 0 returns in the keyframed value and a slider value of 1 returns the wiggled value. Use your own wiggle() values of course :) Unless something has changed recently, animating the frequency or amplitude with a slider will cause erratic behavior. -D On Dec 21, 2011 4:08 PM, "S=E9bastien P=E9rier" wrote: > To animate your wiggle, create 2 Slider controls on your layer, one for > the amplitude, the other one for the frequence and link your 2 wiggle > prperties to them with the pickwhip. > > You can then freely keframe your 2 sliders as needed. > > Hope that helps, > > Seb > yenaphe.info > > Le 22/12/11 00:57, Steve Audette a =E9crit : > >> Season's Greetings all. Been a while, but I'm back on a project that >> stretches the limits of my AE expressions. >> >> I would like to start with a high state wiggle on the Anchor Point (have >> keyframes on position) and then have the wiggle slow to a stop over the >> course of the comp (or duration of layer). Seems like this should be eas= y, >> but it has caught me up. >> >> Any thoughts from the masters? >> >> Thank you so much in advance. >> Steve Audette >> AE Hobbyist >> +---End of message---+ >> To unsubscribe send any message to >> >> > +---End of message---+ > To unsubscribe send any message to > --14dae9ccd504e8443504b4a80a41 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

I might as well throw my own solution into the ring. Use a linear expres= sion to interpolate from the wiggled value to the keyframed value. Point it= to a slider expression. Something like this:

x =3D effect("Slider Control")(&quo= t;Slider");
w =3D wiggle(1, 5);
linear(x, 0, 1, value, w);

You can then use the slider to control the contribution of the wiggle.= =A0 In the above example a slider value of 0 returns in the keyframed value= and a slider value of 1 returns the wiggled value.=A0 Use your own wiggle(= ) values of course :)

Unless something has changed recently, animating the frequency or amplit= ude with a slider will cause erratic behavior.

-D


On Dec 21, 2011 4:08 PM, "S=E9bastien P= =E9rier" <ye= naphe@gmail.com> wrote:
To animate your wiggle, create 2 Slider controls on your layer, one for the= amplitude, the other one for the frequence and link your 2 wiggle prpertie= s to them with the pickwhip.

You can then freely keframe your 2 sliders as needed.

Hope that helps,

Seb
yenaphe.info

Le 22/12/11 00:57, Steve Audette a =E9crit :
Season's Greetings all. Been a while, but I'm back on a project tha= t stretches the limits of my AE expressions.

I would like to start with a high state wiggle on the Anchor Point (have ke= yframes on position) and then have the wiggle slow to a stop over the cours= e of the comp (or duration of layer). Seems like this should be easy, but i= t has caught me up.

Any thoughts from the masters?

Thank you so much in advance.
Steve Audette
AE Hobbyist
+---End of message---+
To unsubscribe send any message to<ae-list-off@media-motion.tv>


+---End of message---+
To unsubscribe send any message to <ae-list-off@media-motion.tv>
--14dae9ccd504e8443504b4a80a41--