Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Series of delayed Linear()

  • Series of delayed Linear()

    Posted by Seth Olson on July 24, 2012 at 9:19 pm

    I am interested in having a series of animation values being animated to using linear(), but I want them to run sequentially. Is there a way to set up a que or wait until one is completed before the next one is called?

    Maybe there is a callback function I can run, or encase the linear() in a for() loop that pulls the items from an array but delays the calls?

    Do these sort of methods exist and what might they be called?

    Thank you so much!

    Dan Ebberts
    replied 13 years, 9 months ago
    2 Members · 1 Reply
  • 1 Reply
  • Dan Ebberts

    July 24, 2012 at 10:56 pm

    I think you’re going to need to be a little more descriptive of what it is that you’re actually trying to do.

    It’s hard to tell from your question if you already know this (I apologize if you do), but every property you want to control will need its own expression (an expression can only affect its host property), and expressions have no memeory of events in the past, so everything has to be determined on the fly.

    Dan

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