-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Description
On android the AnimationDurationMillisecond property is being ignored
`
this.IsFullScreen = false;
this.BackgroundViewColor = Color.Transparent;
this.BackgroundColor = Color.Transparent;
this.AnimationDurationMillisecond = 500;
slContactsGlobal.Orientation = StackOrientation.Vertical;
slContactsGlobal.Padding = new Thickness(0);
this.WidthRequest = mobileDeviceInfoScreenMetrics.Width_Screen;
this.HeightRequest = mobileDeviceInfoScreenMetrics.Height_Screen + height_ImgContacto_bar - mobileDeviceInfoScreenMetrics.Height_StatusBar;
this.DraggerButtonHeight = height_ImgContacto_bar;
`
any idea why AnimationDurationMillisecond not working only on android devices?
Metadata
Metadata
Assignees
Labels
No labels