Share via


BadgeAnimation Class

Definition

This is the default animation that is used when the IsAnimated is set to true.

public class BadgeAnimation : Xamarin.CommunityToolkit.UI.Views.IBadgeAnimation
Inheritance
System.Object
BadgeAnimation
Implements

Constructors

BadgeAnimation()

Properties

AnimationLength
Offset

Methods

OnAppearing(View)

With the OnAppearing(View) method you can influence the animation that is used when the BadgeView appears.

OnDisappering(View)

With the OnDisappering(View) method you can influence the animation that is used when the BadgeView disappears.

Applies to