Skip to content

Refine Bottom Sheets in/out transition #595

Closed
@iamthomasbishop

Description

The transitions when the bottom sheet come in and go out are a little slow. Let's refine to use some custom curves:

In

transition: all 600ms cubic-bezier(0.450, 0.000, 0.160, 1.020);

screen shot 2019-02-13 at 1 28 46 pm

Out

Same curve, but quicker:

transition: all 250ms cubic-bezier(0.450, 0.000, 0.160, 1.020);

Demo

Altogether it looks like this:

sheet motion

Metadata

Assignees

Labels

[Type] EnhancementImproves a current area of the editor

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions