You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered: