I've implemented a simple fade transition from a games listing to a simple game. Whenever I transition there's a flashing horizontal scrollbar appearing, which doesn't appear when using a normal {{outlet}}. I've tried disabling all of my css selectors and keeping the elements in the target route to a minimum, even to the point of removing almost anything.
I've implemented a simple
fade
transition from a games listing to a simple game. Whenever I transition there's a flashing horizontal scrollbar appearing, which doesn't appear when using a normal{{outlet}}
. I've tried disabling all of my css selectors and keeping the elements in the target route to a minimum, even to the point of removing almost anything.application.hbs
transitions.js
Video (x2 slow motion)
https://www.youtube.com/watch?v=4r3nsceDnTI Pay close attention to the horizontal bar that briefly appears on the transition.
workaround
A hack around this jumpy behaviour is:
But this is obviously not a lasting solution. Any thoughts?