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

Fade in spinner opacity after initial delay #4058

Merged
merged 3 commits into from
May 21, 2024
Merged

Fade in spinner opacity after initial delay #4058

merged 3 commits into from
May 21, 2024

Conversation

cpsievert
Copy link
Collaborator

@cpsievert cpsievert commented May 20, 2024

Before this PR: spinners are opacity: 0 for the 1st 0.5s they appear, then go to opacity: 1 immediately.

After this PR: spinners are still opacity: 0 for the 1st 0.5s they appear, but then animate opacity from 0 to 1 over the next 0.25s. This more closely matches what we do to the opacity on .recalculating.

@cpsievert cpsievert requested a review from jcheng5 May 20, 2024 23:02
@cpsievert cpsievert merged commit 54e7377 into main May 21, 2024
12 checks passed
@cpsievert cpsievert deleted the spinner-fade-in branch May 21, 2024 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant