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

Same gradient distribution for any progress #98

Open
artem-umanets-bold opened this issue Sep 5, 2018 · 1 comment
Open

Same gradient distribution for any progress #98

artem-umanets-bold opened this issue Sep 5, 2018 · 1 comment

Comments

@artem-umanets-bold
Copy link

If we have three colours for the gradient: [Red, Green, Blue]
When circular progress is fully drawn, it is something like [Red, Green, Blue, Blue, Green, Red].

It would be nice to be able specify if I want this union of colours or I always want to have the three colours visible independently of the progress.

Examples:
For 10% I will fully see [Red, Green, Blue]
For 50% I will fully see [Red, Gree, Blue]
For 80% I will fully see [Red, Gree, Blue]
...

Is it possible to achieve this with current implementation?

@artem-umanets-bold artem-umanets-bold changed the title Gradient distribution Same gradient distribution for any progress Sep 5, 2018
@nadimalam
Copy link

hi, please can you tell me if you were able to achieve this effect so that the gradient doesn't repeat itself after 50%?

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