New issue
Advanced search Search tips

Issue 789230 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

Add proper animation sequencing to tab strip on tablets

Project Member Reported by mdjones@chromium.org, Nov 28 2017

Issue description

On tablets, interaction with the tab strip can cause janky animation. This is not because of performance, but because animations are running on top of one another (and finishing them early).

There are two possible solutions to this problem:

- The height animation of the tab should be separate from the width animation so the two cannot squash each other.
- Animations should be sequenced in either a set or be triggered when another animation ends.
 
Summary: Add proper animation sequencing to tab strip on tablets (was: Add proper animation sequencing on tablets)
An example of this is opening a new tab. The width resize animation finishes immediately and then the Y-translation of the tab occurs. The width animation should be allowed to finish completely.
Status: Assigned (was: Available)

Sign in to add a comment