Skip to content

Commit c14929c

Browse files
committed
Added content property to begin animation
1 parent 5bef2eb commit c14929c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Xamanimation/Triggers/BeginAnimation.cs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
{
33
using Xamarin.Forms;
44

5+
[ContentProperty("Animation")]
56
public class BeginAnimation : TriggerAction<VisualElement>
67
{
78
public AnimationBase Animation { get; set; }

0 commit comments

Comments
 (0)