1 write to BounceOut
Microsoft.Maui (1)
Animations\Easing.cs (1)
82
BounceOut
= new Easing(p =>
5 references to BounceOut
Microsoft.Maui (5)
Animations\Easing.cs (1)
105
BounceIn = new Easing(p => 1.0f -
BounceOut
.Ease(1 - p));
Converters\EasingTypeConverter.cs (4)
43
_ when Compare(strValue, nameof(
BounceOut
)) =>
BounceOut
,
68
_ when easing.Equals(
BounceOut
) => nameof(
BounceOut
),