Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions how to freeze frame by script?

  • how to freeze frame by script?

    Posted by Nadav Rock on July 11, 2019 at 8:02 am

    how to i set layer to freeze frame at time?
    i tried the code below but it didnt work

    app.project.item(2).layer(2).property("timeRemap").setInterpolationTypeAtKey(1,KeyframeInt erpolationType.HOLD)

    Nadav Rock replied 7 years, 1 month ago 2 Members · 2 Replies
  • 2 Replies
  • Andrei Popa

    July 11, 2019 at 8:18 am

    app.project.item(2).layer(2).timeRemapEnabled = true;
    app.project.item(2).layer(2).property("timeRemap").setInterpolationTypeAtKey(1,KeyframeInt erpolationType.HOLD)

    Andrei
    My Envato portfolio.

  • Nadav Rock

    July 12, 2019 at 11:18 am

    works thanks

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