microspaze / RGPopup.Maui

Popup controls for .NET MAUI migrated from Rg.Plugins.Popup for Xamarin with some fixes.
MIT License
39 stars 8 forks source link

MoveAnimation animation is not triggered when opening with PopupNavigation.Instance.PushAsync #15

Open guilhermeheibel opened 4 months ago

guilhermeheibel commented 4 months ago

MoveAnimation animation is not triggered when opening with PopupNavigation.Instance.PushAsync, when pushAsync is executed only the Fade effect happens regardless of setting other animations, so PopAsync works correctly. RgPopup version 1.1.0

Thank you very much! This correction will be appreciated in my projects, congratulations for your commitment and dedication to RgPopup! image

microspaze commented 4 months ago

Fixed in the latest version 1.1.1 https://www.nuget.org/packages/RGPopup.Maui/1.1.1

Please help to verify the fix when you are free. Thanks very much!