quant-ux icon indicating copy to clipboard operation
quant-ux copied to clipboard

Feature: Spontaneous transitions...

Open Equilibrier opened this issue 3 years ago • 2 comments

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.

Equilibrier avatar Jun 29 '22 22:06 Equilibrier

  1. There are times screen transition

  2. External control is not possible

  3. 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

KlausSchaefers avatar Jul 01 '22 08:07 KlausSchaefers

How would Luisa help me achieve that ?

Equilibrier avatar Jul 01 '22 09:07 Equilibrier