We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The same MoveAnimation on iOS does not work at all and display's like there is no animation has been added, while on Android all works as expected
MoveAnimation
<?xml version="1.0" encoding="utf-8" ?> <rg:PopupPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:rg="http://rotorgames.com" x:Class="App1.MyPopupPage"> <rg:PopupPage.Animation> <rg:MoveAnimation DurationIn="{OnPlatform iOS='700', Android='400'}" DurationOut="{OnPlatform iOS='500', Android='300'}" EasingIn="SinOut" EasingOut="SinIn" HasBackgroundAnimation="True" PositionIn="Bottom" PositionOut="Bottom"/> </rg:PopupPage.Animation> <StackLayout Margin="12" Padding="24" BackgroundColor="White" HorizontalOptions="Center" VerticalOptions="Center"> <Button BackgroundColor="DodgerBlue" FontSize="30" Text="Login" TextColor="White" /> </StackLayout> </rgPages:PopupPage>
Works same as on Android - mean move from PositionIn value and disappear with PositionOut value. In my example - from Bottom to Bottom
PositionIn
PositionOut
Version: Rg.Plugins.Popup 2.1.0
Platform:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 Bug Report
The same
MoveAnimation
on iOS does not work at all and display's like there is no animation has been added, while on Android all works as expectedExpected behavior
Works same as on Android - mean move from
PositionIn
value and disappear withPositionOut
value. In my example - from Bottom to BottomConfiguration
Version: Rg.Plugins.Popup 2.1.0
Platform:
The text was updated successfully, but these errors were encountered: