Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Can a comp marker trigger the beginning of a layers animation?

  • Can a comp marker trigger the beginning of a layers animation?

    Posted by Chris Craig on August 14, 2008 at 11:59 pm

    Hey people

    Is it possible, to have a comp marker (3), to initiate the beginning of a layers animation.

    The layer, “Logo Out” is currently at the first frame, but i would like to lock that layer, and have it time remapped so that the first frame is triggered at the point where marke 3 is.

    Thanks for helping and you input.

    Chris

    Aharon Rabinowitz replied 17 years, 6 months ago 3 Members · 6 Replies
  • 6 Replies
  • Lloyd Alvarez

    August 15, 2008 at 8:24 pm

    Hey Chris,

    Turn on time remapping for your “Logo Out” layer and add this expression:

    value – thisComp.marker.key(“3”).time

    -Lloyd

    https://aescripts.com

  • Chris Craig

    August 18, 2008 at 11:15 pm

    Thank you so much Lloyd.

    Works like a charm.

    Chris

  • Chris Craig

    August 19, 2008 at 2:22 am

    Lloyd

    Would you mind please, telling me what expression is needed to make the opacity 0 (hold keyframe) at the same mark.

    I would like to have another layer reference the same marker and turn itself off, just as the other starts.

    Thanks alot
    Chris

  • Chris Craig

    August 19, 2008 at 5:56 am

    Don’t worry Lloyd, i managed to get the answer for that question.

    Thanks
    Chris

  • Lloyd Alvarez

    August 20, 2008 at 9:13 pm

    Cool, i missed your response earlier.. but for the sake of having the info here in case someone else finds it helpful, you would put this expression on the opacity of the layer you want to switch to 0 at the marker:

    if (time < thisComp.marker.key("3").time) { value } else { 0 } -Lloyd https://aescripts.com

  • Aharon Rabinowitz

    October 30, 2008 at 8:11 pm

    Nice. It it possible to do the same thing with a layer marker on a null object?

    Aharon Rabinowitz
    Email: arabinowitz (AT) yahoo (DOT) com
    All Bets Are Off Productions, Inc.
    Creative Cow After Effect Podcast
    Internet Killed the Video Star: A Guide to Creating Video for the Web

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