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

Window opens and closes slowly

1 Answer 241 Views
Window
This is a migrated thread and some comments may be shown as answers.
Umais
Top achievements
Rank 1
Umais asked on 10 Oct 2012, 09:24 AM
Hi,

I have Kendo Window in my web pages but, the issue, I'm having, is that the window open and close animation is not smooth in Chrome, whereas it's all good in IE, FireFox and Safari. The window opens and closes slowly and with distorted animation in Chrome. Is there a way I can fix this issue? Is there something different about Chrome that I need to consider while developing my web application?

Regards,

Umais

1 Answer, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 10 Oct 2012, 03:03 PM
Hi Umais,

 
Animation artifacts and distortion are known Chrome issues (more information on this matter is available in various resources on the Internet.), however there is a workaround you can use - adding the following CSS to your page will fix the issue:

body:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    font: 0/0;
    -webkit-transform:translateZ(0);
}


King Regards,
Vladimir Iliev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Window
Asked by
Umais
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Share this question
or