Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects I need to add time to a slider.

  • I need to add time to a slider.

    Posted by Tommie Retera on March 28, 2012 at 6:03 pm

    I got a slider and linked it to the opacity of 6 layers, so now they all do the same thing.
    But i want that every layer starts 1 second later with the “opacity slider”.

    thisComp.layer(“trainSlider”).effect(“Slider Control”)(“Slider”)
    where can i add 1/2/3/4/5 second(s) to start with the slider?

    thanks

    Ryan Hill replied 14 years, 1 month ago 2 Members · 1 Reply
  • 1 Reply
  • Ryan Hill

    March 29, 2012 at 3:02 am

    There’s an expression function called valueAtTime(t) which you’d use something like this:

    thisComp.layer(“trainSlider”).effect(“Slider Control”)(“Slider”).valueAtTime(time+1)

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