Pending Review
Last Updated: 21 Sep 2026 00:56 by Daniel
Daniel
Created on: 21 Sep 2026 00:56
Category: Telerik Document Processing
Type: Feature Request
0
Kendo jQuery Drawer Animation

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
   }
  }
});

0 comments