We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bef2eb commit c14929cCopy full SHA for c14929c
Xamanimation/Triggers/BeginAnimation.cs
@@ -2,6 +2,7 @@
2
{
3
using Xamarin.Forms;
4
5
+ [ContentProperty("Animation")]
6
public class BeginAnimation : TriggerAction<VisualElement>
7
8
public AnimationBase Animation { get; set; }
0 commit comments