eigerco / lumina-front

frontend for lumina
0 stars 3 forks source link

Animation must not block node starting #20

Closed darentuzi closed 2 months ago

darentuzi commented 3 months ago

lumina animation Currently the node only starts after this animation is done, blocking the node starting and prolonging time to action. Either the functions should be made async and started or the animation be made to run on top of the node UI with z-index and then hidden once its done. The node must not run sequentially after the animation.

aaadamgo commented 2 months ago

This has been done.