Forum Replies Created

  • Midleton Dequ

    May 24, 2022 at 4:20 pm in reply to: Slider control keyframe value from JSON

    Thanks, this works… I altered a little bit so it animated only the width not height and made use of ease.

    val = footage("value.json").dataValue([0])
    rect = thisComp.layer("Null 1").effect("Slider Control")("Slider");
    [ease(time,rect.key(1).time, rect.key(2).time, rect.key(1).value, val),20]

    Can you show the alternative way you said of getting rid of the slider?

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