no-transition icon indicating copy to clipboard operation
no-transition copied to clipboard

Animation paused by No Transition causes flickering at Lifehacker, Twitter and some other sites

Open grahamperrin opened this issue 4 years ago • 5 comments

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.

grahamperrin avatar Dec 26 '19 06:12 grahamperrin

I found unexpected problems at some other sites (not G/O Media, IIRC). When I next find another, I'll add a note here …

grahamperrin avatar Dec 30 '19 02:12 grahamperrin

Twitter

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.

grahamperrin avatar Dec 30 '19 02:12 grahamperrin

I've encountered the same trouble, and initially filed a Firefox bug report, though it looks like a No Transition bug.

https://bugzilla.mozilla.org/show_bug.cgi?id=1658842

MarjaE2 avatar Aug 14 '20 23:08 MarjaE2

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.

gwarser avatar Aug 15 '20 08:08 gwarser

Is that instead of No Transition or in addition to it? Is that in userContent,css or elsewhere?

MarjaE2 avatar Aug 18 '20 17:08 MarjaE2