This is a migrated thread and some comments may be shown as answers.

Easiest way to kill animations is....?

3 Answers 52 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
sitefinitysteve asked on 07 Aug 2013, 03:17 PM
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

Sort by
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!
0
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
answered on 08 Aug 2013, 01:49 PM
So with KendoWeb...we need the bloaty-code eh

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!
Tags
General Discussions
Asked by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Answers by
Kiril Nikolov
Telerik team
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Share this question
or