Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AnimationDurationMillisecond not working on Android #100

Open
FredericoMonteiro opened this issue Mar 27, 2019 · 1 comment
Open

AnimationDurationMillisecond not working on Android #100

FredericoMonteiro opened this issue Mar 27, 2019 · 1 comment

Comments

@FredericoMonteiro
Copy link

FredericoMonteiro commented Mar 27, 2019

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?

@gonz01d
Copy link

gonz01d commented May 3, 2019

@FredericoMonteiro I've just been looking at that same setting in my own project (in relation to an issue I've just opened).
I'm testing on Android and the AnimationDurationMillisecond is working fine for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants