Replies: 1 comment 2 replies
-
I guess you may need to provide your own transition for it to work. https://docs.avaloniaui.net/docs/next/guides/graphics-and-animation/transitions |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I would like to reveal a control using a sliding rectangle geometry in clip, but Avalonia do not let me assign a name to the RectangleGeometry.

In WPF, I am using a RectAnimation on the RectangleGeometry with -20,0,20,20 to 0,0,20,20.
Can I do something similar in Avalonia?
I am looking to do that:
rectgeom.mp4
Thanks
Beta Was this translation helpful? Give feedback.
All reactions