Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions clock hand with ease

  • clock hand with ease

    Posted by Christian Buettner on April 29, 2009 at 1:53 pm

    Hi guys,

    I guess this is a simple one for you expression heroes …

    I have a couple of ring segments spinning on z during a 10 sec animation. Now I´d like to have them get a little extra boost every second (you´ve guessed it … a news opener), but then returning to normal rotation speed again. Like the hands on a clock that flip from second to second. with that little extra bounce.

    I´ve tried a couple of expressions from the forum, but to no avail.
    I ended up using
    value + Math.floor(time)*50

    but that won´t give the subtle bounce.

    cheers

    Christian

    Dan Ebberts
    replied 17 years ago
    2 Members · 1 Reply
  • 1 Reply
  • Dan Ebberts

    April 29, 2009 at 5:42 pm

    Play around with this:

    moveTime = .1;
    curSec = Math.floor(time);
    fraction = time%1;
    value + easeIn(fraction,1-moveTime,1,curSec*6,(curSec+1)*6)

    Dan

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy