We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I've recently upgraded from EUI v37 to v93. It seems that in the meantime, the animation for EuiProgress was lost. I suspect: 21a24c3
src/components/progress/_progress.scss had
src/components/progress/_progress.scss
&::-webkit-progress-value { transition: width $euiAnimSpeedNormal linear; } &::-moz-progress-bar { transition: width $euiAnimSpeedNormal linear; }
Impact and severity Low impact. Workaround:
.euiProgress[class*="euiProgress-native"]::-webkit-progress-value { transition: width 250ms linear; } .euiProgress[class*="euiProgress-native"]::-moz-progress-bar { transition: width 250ms linear; }
Environment and versions
To Reproduce Steps to reproduce the behavior:
Expected behavior When updated, progress bar should animate increments.
The text was updated successfully, but these errors were encountered:
Grabbing this as part of my support week this week
Sorry, something went wrong.
cee-chen
Successfully merging a pull request may close this issue.
Describe the bug
I've recently upgraded from EUI v37 to v93.
It seems that in the meantime, the animation for EuiProgress was lost.
I suspect: 21a24c3
src/components/progress/_progress.scss
hadImpact and severity
Low impact.
Workaround:
Environment and versions
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When updated, progress bar should animate increments.
The text was updated successfully, but these errors were encountered: