Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Forums Adobe After Effects Expressions control mask keyframes with slider?

  • control mask keyframes with slider?

  • Alex Weil

    January 30, 2023 at 5:55 pm

    hey there,
    is it possible to control the Maskpath’s keyframes via a slider.
    in my case i have a mask with 2 keyframes and i want to move between them. so i made this like i would do with other stuff:

    s = effect("Slider Control")("Slider");
    linear(s,0,100,key(1),key(2))

    its not working, and i know masks work kinda different, but i dont know how to solve this.

  • Dan Ebberts

    January 30, 2023 at 8:10 pm

    Try this:

    s = effect("Slider Control")("Slider");
    t = linear(s,0,100,key(1).time,key(2).time);
    valueAtTime(t)
  • Alex Weil

    January 31, 2023 at 11:18 am

    dang Dan,

    you are a Legend! works fine! thank you so much!

Viewing 1 - 3 of 3 posts

Log in to reply.

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