You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using ControlTemplate only Content is animated and not PresentedContent, thus a weird animation occurs. I've got a fix for this already
If you could let me make a Pull request I would be pleased :)
PopupPage.cs
public View ToAnimate => ((IContentView)this).PresentedContent as View ?? throw new NotSupportedException();
Then use ToAnimate instead of Content in animation methods
The text was updated successfully, but these errors were encountered:
When using ControlTemplate only Content is animated and not PresentedContent, thus a weird animation occurs. I've got a fix for this already
If you could let me make a Pull request I would be pleased :)
PopupPage.cs
Then use ToAnimate instead of Content in animation methods
The text was updated successfully, but these errors were encountered: