jQuery UI Widgets › Forums › Lists › DropDownList › Remove DropDownList Animation
Tagged: jQuery, jQuery DropDownList, jqxDropDownList, ListBox, Toggle Animation
This topic contains 1 reply, has 2 voices, and was last updated by Peter Stoev 13 years ago.
I don’t want the expand up and down animation. How can I remove it?
Hi Aadarsh,
You can disable the animation by setting the ‘animationType’ to ‘none’.
$(“#jqxDropDownListId”).jqxDropDownList({ animationType: ‘none’ });
Please feel free to contact us, if you have additional questions.
Best Regards, Peter Stoev
You must be logged in to reply to this topic.