diff --git a/src/MauiIcons.Core/Controls/IMauiIcon.cs b/src/MauiIcons.Core/Controls/IMauiIcon.cs index e943a52..85c6489 100644 --- a/src/MauiIcons.Core/Controls/IMauiIcon.cs +++ b/src/MauiIcons.Core/Controls/IMauiIcon.cs @@ -81,6 +81,17 @@ public interface IMauiIcon /// uint EntranceAnimationDuration { get; } + + /// + /// Gets or Sets the type of on-click animation for the element. + /// + AnimationType OnClickAnimationType { get; } + + /// + /// Gets or sets the duration of the on-click animation for the element. + /// + uint OnClickAnimationDuration { get; } + /// /// Gets or sets the Platforms that control should render. ///