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

How do I remove the animation?

2 Answers 191 Views
AutoComplete
This is a migrated thread and some comments may be shown as answers.
sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
sitefinitysteve asked on 20 Sep 2011, 08:29 PM
I dont want the autocomplete to expand up and down, how can I kill that?

2 Answers, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 21 Sep 2011, 09:36 AM
Hello Steve,

Currently, you cannot stop animation using options of the autocomplete widget. Nevertheless you can turn off animation with this code snippet:
var autocomplete = $("#input").data("kendoAutoComplete");
 
autocomplete.popup.options.animation = { open: { show: true, effects: {} }, close: { hide: true, effects: {} } };

We will consider to improve this behavior for the future release.

Best regards,
Georgi Krustev
the Telerik team
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
Iron
Veteran
answered on 21 Sep 2011, 09:53 AM
Yeah sorry didn't want STOP as much as the ability to just turn off the animation :)
Tags
AutoComplete
Asked by
sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
Answers by
Georgi Krustev
Telerik team
sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
Share this question
or