HorusSoftwareUY / Xamarin.Forms.Skeleton

The new loading approach for cool apps in Xamarin Forms
MIT License
450 stars 52 forks source link

Fix issue #9 | Open to custom animations #13

Closed felipebaltazar closed 4 years ago

felipebaltazar commented 4 years ago

Overview

I've created a way to use custom animations with skeleton keeping a way to use the default animations

Fixes: #9

Changes

<MyView
                      sk:Skeleton.IsBusy="{Binding IsBusy}"
                      sk:Skeleton.Animation="{sk:DefaultAnimation Fade}" />

Preview

image

AgustinBonilla commented 4 years ago

Nice contribution @felipebaltazar , Thank you for everything you do!