Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Marker triggering single frame opacity ‘blink’?

  • Dan Ebberts

    November 17, 2013 at 9:11 pm

    This should flash wherever there’s a layer marker:


    if (marker.numKeys > 0){
    t = marker.nearestKey(time).time;
    fMarker = timeToFrames(t);
    f = timeToFrames(time);
    if (f == fMarker) 100 else 0;
    }else
    0

    Dan

  • Jason Jantzen

    November 18, 2013 at 5:58 pm

    This is a cool idea!

    Jason Jantzen
    vimeo.com/jasonj

  • Darryl Torke

    November 19, 2013 at 5:17 am

    Thanks so much. That’s far simpler then what I devised.

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