This is what I use and it's just so much code in my config code...I prefer no animations so it's everywhere. Is there a shorter way to achieve the same thing?
animation: {
close: {
effects: "none",
duration: 0
},
open: {
effects: "none",
duration: 0
}
},
3 Answers, 1 is accepted
0
Kiril Nikolov
Telerik team
answered on 08 Aug 2013, 01:33 PM
Hello Steve,
Basically if do not load the javascript file containing the animations (kendo.fx.js), the animations will be automatically disabled. If you are not including this file explicitly you can use the Custom Download Builder to build a bundle that is suitable for you, without the kendo.fx.js file.
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Would you accept a UserVoice request to do something like
animation: null,
(to kill it)?
0
Kiril Nikolov
Telerik team
answered on 08 Aug 2013, 01:55 PM
Hi Steve,
Of course you can submit a user voice whenever you feel that something will be useful if added to Kendo UI. All the requests there are taken into consideration for the future releases.
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!