I have a dialog with a dynamic form inside that can increase the height of the dialog. autoResize is set to true, width is 500. Is there any way to animate the dialog resize when more content is added?
I have a dialog with a dynamic form inside that can increase the height
Share
Originally I was using
.show('fade')and the size of the dialog would jump whenever.showwas called. When using the effect.show('fast')or.show('slow'), the dialog is resized in a sliding fashion which works for me.