Emmett Lalish

Results 53 issues of Emmett Lalish

Trying this to see if it solves the random disconnects we've been getting with BrowserStack.

Default enable-pan to true, replacing the enable-pan attribute with disable-pan. Perhaps also a `disable-tap` attribute - need to think through the API. See https://github.com/google/model-viewer/discussions/3540#discussioncomment-3335042 See #3460

flag: breaking change

Remove [--poster-color](https://modelviewer.dev/docs/#entrydocs-loading-css-posterColor), making the poster always have a transparent background. Make sure to hide the hotspots until the poster is dismissed. See #3460

flag: breaking change

Switch [touch-action](https://modelviewer.dev/docs/#entrydocs-stagingandcameras-attributes-touch-action) default from pan-y to none. See #3460

flag: breaking change

Remove the [seamless-poster](https://modelviewer.dev/docs/#entrydocs-loading-attributes-seamlessPoster) attribute, making the behavior as though this option is always enabled. Note this in combination with the previous bullet means there is no longer a transition fade...

flag: breaking change

Remove the deprecated [scene-graph-ready](https://modelviewer.dev/docs/#entrydocs-scenegraph-events-sceneGraphReady) event. See #3460

flag: breaking change

Run the BrowserStack browsers as separate Actions, to give clearer reporting and hopefully help BS to be more reliable.

Fixes #1502 It does generate the single file, however it is giant and includes much more than our public API. I'll consider this blocked on https://github.com/Swatinem/rollup-plugin-dts/issues/133 unless a better way...

### Discussed in https://github.com/google/model-viewer/discussions/2591 Originally posted by **Godelaune** July 19, 2021 Hi, I'd like to know if there is a way to cancel the loading-progress? I figured out that even...

type: feature

We've been using Karma as our test runner for years, and have it integrated with BrowserStack in our Github Actions CI. What we've recently noticed is that we randomly get...