You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I'm using a DAG to manage the order of running animations, and the dependency cannot be edited from outside of the DAG. However, in the opening screen, I would like to delay running the "sunrise" animation until the canvas is loaded.
Therefore, I will consider how to manage the dependencies of the DAG outside of the animation controller.