damanpreetsb / ProProgressViews

Progress Views Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to animate colors in progress bars

aloksharma1 opened this issue · comments

hi,
thanks for this beautiful library, i wish to smooth animate colors to transition in my progress bar , for example how you see colors changing in windows 8 background on first install and run.
how can i do such transitions in the progress bar.

thanks

Hi Alok,
You can smooth animate colors of your progress bar by changing the alpha of colors in a runnable. For further information, you can check out the working of gradient transition (animate two or more colors smoothly).
Hope it will help you.
Happy coding!