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

Problem with window animation

1 Answer 129 Views
Window
This is a migrated thread and some comments may be shown as answers.
Gal Bruck
Top achievements
Rank 1
Gal Bruck asked on 27 Nov 2012, 09:58 AM
Hi,

I bumped into a weird problem, that when I use kendoWindow, with the default animation, it sometimes (inconsistent) opens the windows with the following CSS style:
–webkit –transform: scale(0.01)
Which made it very very small (in the size of a few pixels, almost invisible)

The workaround I found for that, is to change the animation from the default, to the following:
animation: { open: { effects: "fadeIn" }, close: { effects: "fadeIn", reverse: true } }

Is anyone familiar with that problem?

Thank you very much..

1 Answer, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 27 Nov 2012, 12:43 PM
Hi Liron,

This issue was caused by differences in how the css() method works in jQuery 1.7 and 1.8. The issue is fixed in the latest internal builds or alternatively you can upgrade to jQuery 1.8 to work around it.

Regards,
Kamen Bundev
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
Gal Bruck
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or