Closed
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);
Out
Same curve, but quicker:
transition: all 250ms cubic-bezier(0.450, 0.000, 0.160, 1.020);
Demo
Altogether it looks like this: