Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should there be a transition to ease out the cell toolbar rendering delay? #16310

Open
krassowski opened this issue May 9, 2024 · 1 comment

Comments

@krassowski
Copy link
Member

Problem

Cell toolbar rendering takes time. This leads to blinking when switching cells

Before After #16291
before after

Proposed Solution

Note: the gifs below do not reflect how the transition looks in real life - unfortunately my recorder has a bit choppy framerate

Add some transition, for example opacity (here 150ms ease-in-out):

ease-in-out

Slide in seems too aggressive with 200ms ease-in at 100% translation

slide-in

but at 50% it looks bearable:

slide-in-50

Additional context

None

@brichet
Copy link
Contributor

brichet commented May 9, 2024

Thanks for opening this @krassowski

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants