Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions “if” 2>time>4

  • Posted by Toma Ever on April 25, 2011 at 5:47 am

    hi all,
    i know how to use
    if (time>2) {…..
    but what if i want the expression to “activate” only if the value is between 2 and 4 ?
    i tried if (time>2, time<4)… but no success
    help please!

    Dan Ebberts replied 15 years ago 2 Members · 1 Reply
  • 1 Reply
  • Dan Ebberts

    April 25, 2011 at 3:06 pm

    Like this:

    if (time > 2 && time < 4){

    Dan

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