Skip to content

Commit

Permalink
Minor Contract Update
Browse files Browse the repository at this point in the history
  • Loading branch information
AathifMahir committed Oct 1, 2024
1 parent 76e0d27 commit 2b2f6ed
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/MauiIcons.Core/Controls/IMauiIcon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,17 @@ public interface IMauiIcon
/// </summary>
uint EntranceAnimationDuration { get; }


/// <summary>
/// Gets or Sets the type of on-click animation for the element.
/// </summary>
AnimationType OnClickAnimationType { get; }

/// <summary>
/// Gets or sets the duration of the on-click animation for the element.
/// </summary>
uint OnClickAnimationDuration { get; }

/// <summary>
/// Gets or sets the Platforms that control should render.
/// </summary>
Expand Down

0 comments on commit 2b2f6ed

Please sign in to comment.