How to: Animate a popup
Popups use a 3rd party NuGet package – https://github.com/rotorgames/Rg.Plugins.Popup
How to use this component
Animations can be added to the popup in XAML.
For more info – https://github.com/rotorgames/Rg.Plugins.Popup/wiki/Animations
The XAML section below shows the XAML animation add to the collection reminders popups
Code Resource
Deprecated: htmlentities(): Passing null to parameter #1 ($string) of type string is deprecated in /home/site/wwwroot/wp-content/themes/huntsman-child/single-mobile.php on line 96
<pages:PopupPage.Animation>
<animations:ScaleAnimation DurationIn="700"
PositionIn="Top"
PositionOut="Right"
ScaleIn="1"
ScaleOut="0" />
</pages:PopupPage.Animation>