Users Pricing

forum

Home Forums how Animate Popup on Close will work? – MindStick

how Animate Popup on Close will work?

Lady Bird Johnson 2731 09 Aug 2013
Hi Developer!

So I am having trouble animating a Popup in C#, and I am wondering what I am doing wrong. The popup animates on opening, does not animate on close. Do I have to set the PopupAnimation value to a new animation after it opens

Popup popup = new Popup();

popup.AllowTransparency = true;

popup.StayOpen = false;

popup.PopupAnimation = PopupAnimation.Slide;

popup.IsOpen = true;

thank in advance.


1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md