Configure open/close animations (effects and duration) for the Kendo jQuery Drawer, similar to ComboBox animation settings.
$("#combobox").kendoComboBox({
animation: {
close: {
effects: "fadeOut zoom:out",
duration: 300
},
open: {
effects: "fadeIn zoom:in",
duration: 300
}
}
});