So, I’ve been doing some experiments during the weekend and what I came up with is that I should create a vector data type such x, where
X[0]=time(current time)
X[1]=property value
Of course this setup supposed to maintain the relationship between the two inputs, so whenever the time is “5“ , it should retrieve the property value at that time , but my question is it possible to write this function (value at time ) in after effects from scratch , I’ve already had a similar experience with this type of code ,with the linear function and the (ease/in/out) functions , it turns out that they are based on the famous Robert Penner functions , so I’ve wrote them from scratch in after effects to make shore that they work as expected , and then modified there syntax to match my goal language and they worked perfectly .