Exploring Tween.js for basic animation has been an exciting journey.
To create a ball moving along a predefined path, it appears that the MotionGuide plugin is necessary. You can find detailed information about it here:
I am interested in having my object navigate through an inverted L-shaped maze. How can I modify the array values within the provided path object? It seems like these values correspond to moveTo and curveTo functions as mentioned in the documentation.
If anyone has any insights on how to make the object follow a fixed L-shaped path using tween.js, I would greatly appreciate it!