New issue
Advanced search Search tips

Issue 887949 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Sep 27
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Android , Windows , Chrome , Mac , Fuchsia
Pri: 3
Type: Bug

Blocking:
issue 430155



Sign in to add a comment

AnimationWorklet - the expando effect demo jitters

Project Member Reported by majidvp@chromium.org, Sep 21

Issue description

Open AW expando effect demo with experimental web platform features enables:

http://googlechromelabs.github.io/houdini-samples/animation-worklet/expando/

The animation jitters. We should fix this.
 
Status: Fixed (was: Assigned)
Turns out this is mostly due to the fact that the demo is using 1ms duration.
This means that we are going to lose precision because internal chrome timedelta implementation has up to microseconds precision.

Increasing the duration to 1000ms and updating the logic accordingly fixes the issue. See attached files before and after fix.

[1] Here is the quick fix: https://github.com/majido/houdini-samples/commit/c8603642ab55a92a0f6326d4c96cc98b8aaa94cf

expando-without-jitter.webm
288 KB View Download
expando-with-jitter.webm
348 KB View Download

Sign in to add a comment