Skip to content

Latest commit

 

History

History
executable file
·
47 lines (36 loc) · 1.08 KB

README.md

File metadata and controls

executable file
·
47 lines (36 loc) · 1.08 KB

SkiaPulse-Xamarin.Forms

Pulse animation for xamarin forms based on SkiaSharp




Compatibility

  • Xamarin.Forms

Quickstart

Xaml
     <SkiaPulse:Pulse AutoStart="true" 
                      PulseColor="#8e44ad" 
                      Margin="50" 
                      Speed="10" 
                      Source="SkiaPulse.Images.wifi_icon.png"  />

Use an image resource as an Embedded Resource Do not add the image as a resource. would rather do the following:

Create the image/icon and save it to a file
Choose Shared Project -> Add Existing Item and add the file
Set the Build Action to Embedded Resource

Dependencies

  • SkiaSharp
  • SkiaSharp.Views
  • SkiaSharp.Views.Forms