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

Want to disabled all the animation of modal view and popover

6 Answers 80 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
jahanzaib
Top achievements
Rank 1
jahanzaib asked on 31 Mar 2016, 02:17 PM
I need to disabled all the animation on opening and close of  Modalview and 
popover I used your windows.kendo.disabled function but it stopped my transition of view change.
 I searched this functionality in all your documentation but all in vain Side by side i need to know 
that  keyboard opening in android dont shift the  screen or view above In this way I dont know what i m writing 

Thanks 

6 Answers, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 05 Apr 2016, 01:53 PM
Hi,

You can refer to this forum post on Kendo Mobile Modalview Animation. Basically, what I can suggest you is to configure: 
$("#my-modal").data("kendoMobileModalView").shim.popup.options.animation.close.duration = 0;
$("#my-modal").data("kendoMobileModalView").shim.popup.options.animation.open.duration = 0;

Regards,
Dimitrina
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
jahanzaib
Top achievements
Rank 1
answered on 10 Apr 2016, 07:09 AM

Hi Dimitrina,

Thanks for your reply for modalanimation  but i want to disable the animation of popover .I used the sameway like $("#my-modal").data("kendoMobilepopover").shim.popup.options.animation.open.duration = 0; but it is not working

0
jahanzaib
Top achievements
Rank 1
answered on 10 Apr 2016, 07:12 AM

Hi Dimitrina

Thanks for your message on modalviewanimation but i want to remove the kendo animation of popover . I used the same way 

$("#my-modal").data("kendoMobilepopover").shim.popup.options.animation.close.duration = 0; but it is not working

0
Tina Stancheva
Telerik team
answered on 14 Apr 2016, 07:38 AM
Hi,

Can you try removing the effects with the following code:
$("#my-modal").data("kendoMobilepopover").shim.popup.options.animation.open.effects = "none";

Let us know if this helps.

Regards,
Tina Stancheva
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
jahanzaib
Top achievements
Rank 1
answered on 18 Apr 2016, 11:30 AM

hi tina

Thanks for your answer but it is not working fade effect still coming 

0
Tina Stancheva
Telerik team
answered on 21 Apr 2016, 09:50 AM
Hi,

I am not sure I understand your requirements properly. I prepared a sample Telerik Dojo example.

Please have a look at it and elaborate on the behavior you're expecting and how it differs from the one demonstrated in the sample.

Regards,
Tina Stancheva
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
jahanzaib
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
jahanzaib
Top achievements
Rank 1
Tina Stancheva
Telerik team
Share this question
or