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

The circular progress never reaches 100% #52

Open
tdoan2010 opened this issue Jun 21, 2021 · 1 comment
Open

The circular progress never reaches 100% #52

tdoan2010 opened this issue Jun 21, 2021 · 1 comment

Comments

@tdoan2010
Copy link

In your demo, the circular progress never reaches 100% (1 full round). When the process finished, the circular progress always stops at a random place.

I tried to fix it, but no success. Do you have any idea?

@eno112
Copy link

eno112 commented Mar 9, 2023

I also confirmed the issue in the demo at the moment.
In my environment, there seems to be a problem with the transition property of v-progress-circular in vuetify.
By applying the following css, it became the expected behavior.

.v-progress-circular__underlay, .v-progress-circular__overlay {
    transition: none !important;
}

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

No branches or pull requests

2 participants