diff --git a/index.html b/index.html index 7ee8c9032e..8df9b95fda 100644 --- a/index.html +++ b/index.html @@ -230,6 +230,15 @@

experimental-pmrem

the built-in scene lights. Refer to this article for in-depth details related to this lighting mode.

+
  • +

    interaction-prompt-threshold

    +

    When camera-controls are enabled, <model-viewer> will + prompt the user visually (and audibly, for screen readers) to + interact if they focus it but don't interact with it for some time. + This attribute allows you to set how long <model-viewer> + should wait (in milliseconds) before prompting to interact. Defaults + to 3000.

    +
  • ios-src

    The url to a USDZ model which will be used on supported iOS 12+ devices via AR Quick Look on Safari. See Augmented Reality.

    diff --git a/src/assets/controls-svg.js b/src/assets/controls-svg.js index 9cd0e56baa..7195ff9091 100644 --- a/src/assets/controls-svg.js +++ b/src/assets/controls-svg.js @@ -1,5 +1,5 @@ export default ` - +