When mio_autoShape_end is called, the dynamic shape rendered since the last call to mio_autoShape_start is fixed to the latest shape and the user can interact with the application again.
You should proceed as follow:
- Call mio_autoShape_start
- Animate your HTML document, for example to open or close a side panel.
- Call mio_autoShape_end.
See also: mio_autoShape_start, mio_autoShape_apply |