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
The docs above say that there's an event called "view_complete" which is fired when the view reaches "resting state". But is there an opposite event which is fired when the view loses that state? I want to show a loading-spinner when something's going on, but now I've got to manually listen to all the events which can potentially mutate the view. That's not good. Thanks.
The text was updated successfully, but these errors were encountered:
https://tangrams.readthedocs.io/en/main/API-Reference/Javascript-API/#events
The docs above say that there's an event called "view_complete" which is fired when the view reaches "resting state". But is there an opposite event which is fired when the view loses that state? I want to show a loading-spinner when something's going on, but now I've got to manually listen to all the events which can potentially mutate the view. That's not good. Thanks.
The text was updated successfully, but these errors were encountered: