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
We have a visual and audible (to screen readers) interaction prompt that appears after a fixed time (currently 3 seconds) of idleness starting when <model-viewer> is focused. In many cases, <model-viewer> will be focused as soon as it appears in the document. In this case, we begin measuring idleness even though the model has not finished loading. The result of this is that the visual prompt might appear before or near to when the model has appeared to the user.
We should fix this by only measuring idleness once the model has finished loading.
The text was updated successfully, but these errors were encountered:
We have a visual and audible (to screen readers) interaction prompt that appears after a fixed time (currently 3 seconds) of idleness starting when
<model-viewer>
is focused. In many cases,<model-viewer>
will be focused as soon as it appears in the document. In this case, we begin measuring idleness even though the model has not finished loading. The result of this is that the visual prompt might appear before or near to when the model has appeared to the user.We should fix this by only measuring idleness once the model has finished loading.
The text was updated successfully, but these errors were encountered: