Open grahamperrin opened 4 years ago
I found unexpected problems at some other sites (not G/O Media, IIRC). When I next find another, I'll add a note here …
A screen recording of my signed in view of https://twitter.com/grahamperrin/:
When the Page down alone is used to page down, there's occasional up movement. Sometimes flickery.
I've encountered the same trouble, and initially filed a Firefox bug report, though it looks like a No Transition bug.
Because of breakages like this I now use:
animation-timing-function: step-start !important;
transition-timing-function: step-start !important;
This jumps directly to final position on start, but looped animations still toggles between states.
Is that instead of No Transition or in addition to it? Is that in userContent,css or elsewhere?
https://lifehacker.com/our-favorite-features-in-the-new-firefox-70-browser-1839290547 screen recording – watch the bottom right area after the page is reloaded:
I guess that the same (or similar) might be encountered at some other G/O Media sites.
Is there any easy way to avoid this peculiarity?
If it's out of scope for the extension, please close this issue.