Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
grahamperrin opened this issue Dec 26, 2019 · 5 comments

Comments

@grahamperrin
Copy link

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 grahamperrin changed the title Flickering at e.g. Lifehacker Flickering at Lifehacker and other sites Dec 30, 2019
@grahamperrin
Copy link
Author

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 grahamperrin changed the title Flickering at Lifehacker and other sites Animation paused by No Transition causes flickering at Lifehacker and some other sites Dec 30, 2019
@grahamperrin grahamperrin changed the title Animation paused by No Transition causes flickering at Lifehacker and some other sites Animation paused by No Transition causes flickering at Lifehacker, Twitter and some other sites Dec 30, 2019
@grahamperrin
Copy link
Author

grahamperrin commented Dec 30, 2019

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.

@MarjaE2
Copy link

MarjaE2 commented Aug 14, 2020

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

@gwarser
Copy link

gwarser commented Aug 15, 2020

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.

@MarjaE2
Copy link

MarjaE2 commented Aug 18, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants