Animating our Gradient Progress Bar Control in Xamarin.Forms

  • 3 min read

Hi techies, this time I’m bringing this quick post about animation and how to apply to our Gradient Progress bar control built in a previous post.

https://somostechies.com/skiasharp-building-gradient-progressbar-for-xamarin-forms/

In order to get this working we need to write some Xamarin.Forms code using animation system built-in.

TL;DR;

You’ll fine the final sample working at GitHub https://github.com/jesulink2514/XamBooksApp/tree/feature/animate-progress

To setup this sample I’ve added a button in our XAML and define a x:Name for my GradientProgressBar control.

Comment

Disqus comment here

Recommended for You

Xamarin.Forms: Customizing our Entry control (Custom renderer)

Xamarin.Forms: Customizing our Entry control (Custom renderer)

Gradient ProgressBar para Xamarin.Forms usando Skiasharp

Gradient ProgressBar para Xamarin.Forms usando Skiasharp