How to avoid diffs on elements with css animation?
Open
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 621
- PR merge metrics
- No merged PRs in 30d
Description
I have CSS animations which happen when the page gains focus in the browser. No amount of the delay property stops these animations from firing at the moment the screenshot is taken.
Inevitably, this causes diffs due to tiny differences in the frame of CSS animation the element is on.
Is there any way to avoid these diffs?
Contributor guide
Assessment
This issue has not been assessed yet.