I have created a slide show that you can navigate between scenes. It works great using the go to scene and slide left to right, but when I use slide right to left, it leaves a white space between the two scenes in Safari. No problems in Chrome, just Safari.
Anyone know if this is a bug and/or how to fix it?
Can you share a doc as there could be others things at play. Not knowing your setup it would be difficult to reproduce. For example, I have a doc that on keypress of the left or right arrow key, it changes scenes in the way you have mentioned (right to left, left to right) but there is no “white space” between scenes. All scenes have a different background color.
Sure. Here’s a stripped down version without the images I am using, but you
can see what I’m talking about. Again, it seems to be a Safari specific
issue.
Then you could add a style rule that changes all scenes “background color” to transparent. That would also work as it’s the background color of the scene that is showing.
If you wanted to control which scenes have the transparent background for any reason then you can use the API to get the scene name and then target that specific scene using javascript on scene load. A bit more work but not impossible.