hum i think i get another weird bug here with my current timeLine setup in my project.
All my event seem broken.
I think values are not compute on .set().
Here the small context of userCase.
You should see 2 console.log
1:'call:0 succeed'
2:' a:10, b:10, c:0'
we don't get the log 'call:0 succeed', if the timeLine times are 0.
if we add example time = 1, we get 'call:0 succeed', but set values seem not hacked, and leaved to `a:0, b:0, c:0`
codepen
Can you confirm, or something change in the core ?