Feature: Spontaneous transitions...
Can a transition to a certain normal/overlayed screen be triggered by something like a certain keypress or (the least) a command triggered from remote somehow ?!
I need to simulate some physical events which would trigger some splash screen appearing from nowhere, stay 5-10 seconds and then "hide" (return to the previous screen). So, the physical event should be simulated by a keypress or some sort of available control.
And, another use-case, where I would need to dynamically update a certain screen, meaning, some data-binding data would be modified on something like a setInterval (JS) and the screen should react and change something on those events. Can this be done with animations or there is a more simple solution, maybe using the <> (script) component ?! I know that component is strong, but I don't have some examples to be able to fully see its power.
-
There are times screen transition
-
External control is not possible
-
Key strokes are not supported. I will add this to the backlog.
For such complex scenarios, I suggest to use the Luisa framework. https://luisa.cloud
How would Luisa help me achieve that ?