Skip to content

vincentcastagna/SkiaPulse-Xamarin.Forms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%