-
Slider control keyframe value from JSON
So I’ve got this comp with a rectangle where width is controlled by a slider, so it always starts at 0 for the first key frame and ends at 200 for the last one, which lasts 1 second.
How can I make it obtain the value from the json instead of manually adjusting the last keyframe value of the slider, which is 200? So for example if the pulled data is 100 then animate from 0 to 100 e.t.c.
I usually use JSON data to change source text but not sure how can I use as a keyframe value like for this instance.