Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi.
Scenario:
Dialog box with content like "please wait, content loading" and no header text. Animation settings: zoom. Trigger: button. The onclick button displays a dialog and an ajax request for the content.
Ajax after successfully changing the content and header of the dialog.
Now: when we change the online header everything works. But when we change the content, the animation restarts. The dialog box blinks.
Example:
https://stackblitz.com/edit/wfuarz-wsgvap
Please first click "header" button, then look at header text, then close dialog, then click, content button and observe dialog.