6 references to CubicInOut
Microsoft.Maui (6)
Animations\Easing.cs (2)
19 /// Defaults to <see cref="CubicInOut"/>. 21 public static Easing Default => CubicInOut;
Converters\EasingTypeConverter.cs (4)
41 _ when Compare(strValue, nameof(CubicInOut)) => CubicInOut, 66 _ when easing.Equals(CubicInOut) => nameof(CubicInOut),