Timeline and motion path problem

Timeline and motion path problem

Timeline and motion path problem

Upwork

Upwork

Remoto

3 hours ago

No application

About

I have a canvas-based animations web app, and my timeline mostly works, but it has these 6-7 problems I need to solve to make it exactly like Jitter.video - this is mostly JavaScript and TypeScript. 2/ there is an animation for custom move via a motion path, and I am having a state management problem with the timeline of the app and the motion path. Basically, one motion path affects another item's motion path, so if I have two items on the canvas moving, changing one's motion path changes the other's motion path. It's a shared state problem rather than the problem of the motion path itself.