Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions check if property exists

  • Dan Ebberts

    October 23, 2019 at 8:45 pm

    First, I think it would be typeof, not typeOf, but I think you’d be better off with try/catch:


    try{
    Layer.timeRemap;
    }catch(e){
    // do something else
    }

    Dan

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