Skip to content

AnimationDurationMillisecond not working on Android #100

@FredericoMonteiro

Description

@FredericoMonteiro

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions