If your timeline runs from 0 to 1 you can make a Lerp with two values: a = your Variable1 and b = yourVariable2. Then simply plug your timeline outcome into the Lerp alpha slot to make it animate between a (= 0) and b (= 1).
Hope that helps.
2 Likes