WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
207282
Occasional stutter when running simple accelerated css animation
https://bugs.webkit.org/show_bug.cgi?id=207282
Summary
Occasional stutter when running simple accelerated css animation
Dan Fabulich
Reported
2020-02-05 12:03:44 PST
Visit css-stutter.glitch.me Expected: Expect the moving box to be perfectly smooth. Actual: Occasionally a frame is missed This is a very simple animation that really shouldn't stutter at all. I see occasional missed frames on a 2019 16" MacBook Pro. div#box { background-color: red; height: 10vh; width: 10vw; margin: 10vh 10vw; animation-name: slide; animation-duration: 5s; animation-iteration-count: infinite; animation-timing-function: linear; } @keyframes slide { 0% { transform: translateX(0); } 50% { transform: translateX(400px); } 100% { transform: translateX(0); } }
Attachments
Add attachment
proposed patch, testcase, etc.
Dan Fabulich
Comment 1
2020-02-05 12:04:34 PST
See also this Chromium bug
https://bugs.chromium.org/p/chromium/issues/detail?id=1049248
Radar WebKit Bug Importer
Comment 2
2020-02-05 13:05:45 PST
<
rdar://problem/59199169
>
Alexey Proskuryakov
Comment 3
2020-02-05 22:39:09 PST
I don't see any glitches on my 2012 MacBook Pro / macOS Mojave / Safari 13.0.5. Although not sure if I can notice a single dropped frame.
Simon Fraser (smfr)
Comment 4
2020-02-06 11:07:15 PST
Me neither.
Dan Fabulich
Comment 5
2020-02-06 11:21:11 PST
I see it. Chrome DevTools has a tool that can show the dropped frames; is there a tool I can use to measure dropped frames in Safari?
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug