Skip to content

When using ControlTemplate only Content is animated #129

Open
@ja3cob

Description

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

SaddQTXxHfF

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions