BPilot253
BPilot253
So basically this would act like tweening a value? (like the example you gave in the Timeline issue)
> It's not really the same as a tween - a tween approaches a value over time, whereas a timer constantly ticks upward 🙂 Well yeah I meant it in...
Comparing the code with the `Timeline` component to the one without it, I definitely think that the `Timeline` component will be a great addition to Fusion. Is there a way...
> Yup - using a Tween or Spring object: > > > > ```Lua > > local currentTime = State(0) > > > > local colour = Timeline( > >...