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