_

Results 51 comments of _

Thank Nikolay, that looks correct for Safari. The issue must be somewhere else. It seems as though I have no choice but to come back to this issue when I...

It doesn’t seem to the be configuration. It works fine on iOS 11 Safari. My guess is that there's something about [`isElementVisible()`](https://github.com/scrollreveal/scrollreveal/blob/master/src/utils/is-element-visible.js) not working as intended (which is what I...

_Thank you @dijkermans!_ I really appreciate your insight; this issue has bugged me because I don't have access to those older versions of Safari... but your diagnosis makes a lot...

Can confirm the library _does_ work in these browsers, it's just the CSS I’ve used for the site's color bar demo that does not play nicely in Safari 10. Specifically,...

Sure! https://travis-ci.org/jlmakes/scrollreveal/builds/197391631 Also I'm not sure if relevant, but I'm using sauce labs (and the `karma-sauce-launcher`) to test in various browser environments. I'm going to experiment using only PhantomJS to...

Yeah, the reporter works great on my local machine as well. . . . Well perhaps I'll move over to Circle CI...😨 the mere thought of the odd developer perusing...

I tried the demo scene and it seems to work. ![lwrpao2](https://user-images.githubusercontent.com/2044842/58381183-085e3580-7f6f-11e9-91f3-313d1a419878.gif) ~Although, it makes both my scene and game views black.~ ![lwrpao](https://user-images.githubusercontent.com/2044842/58381068-021b8980-7f6e-11e9-83e8-4b3c842a336e.gif) **Edit:** You must use both `Unity/Ambient Occlusion` _and_...

I see, that's no good! Roping @YonatanKra into this conversation. Let's see if we can get this fixed, thanks for the report.

I'm not sure this is within the purview of the preprocessor. One idea is that the files are not declared in the [Karma config](http://karma-runner.github.io/0.10/config/files.html) as `included: true`. Do you mind...

Thanks for the reproduction, can confirm `npm run test:dynamic-import` errors: ``` TypeError: Failed to fetch dynamically imported module: test-dynamic-import/bar-aed5ea93.js ``` I assumed Karma copied test files to a temp directory...