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

Modal animation settings

5 Answers 227 Views
Window
This is a migrated thread and some comments may be shown as answers.
Jonathan
Top achievements
Rank 1
Jonathan asked on 11 Jul 2012, 09:58 PM
Just updated to the 2012.2.710 drop.  A lot of great improvements!  However the modal animation appears to have changed.  It's fading from 100% to 50% which gives the impression of a sharp flash.  Is there a way to configure this? I would like it to fade from 0% to 50%. 

Thanks

Jonathan

5 Answers, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 12 Jul 2012, 12:06 PM
Hello Jonathan,

Thank you for noticing this, it was a bug in the fade animation and in the Window widget which is now fixed. The fix will be available with the next internal build and the service pack. You can fix the fade animation easily by patching it up like this:
kendo.fx.fade.css.opacity = function(element, options) {
    var opacity = element.data("opacity"), direction = options.effects.fade.direction;
    return direction == "out" && isNaN(opacity) || direction == "in" ? 0 : opacity;
}


However the bug in the Window widget can't be patched so easily and probably won't behave properly anyway.

I've updated your points for the find.

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!
0
Jonathan
Top achievements
Rank 1
answered on 12 Jul 2012, 09:19 PM
Hi Kamen,

Thanks for the quick response.  That patch works well!  Not sure what you mean by points? 
0
Alex Gyoshev
Telerik team
answered on 13 Jul 2012, 06:02 AM

We use a points system that gives you discounts when purchasing products.

Kind regards,
Alex Gyoshev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Boris
Top achievements
Rank 1
answered on 22 Jul 2012, 02:26 PM
I'm very glad this will be resolved.
It has been bothering me a lot.

When is the next release cumming out? 
0
Alex Gyoshev
Telerik team
answered on 23 Jul 2012, 06:28 AM
Hello Boris,

The date of the next release is not scheduled yet. The fix is already available in the latest internal builds.

Kind regards,
Alex Gyoshev
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
Jonathan
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Jonathan
Top achievements
Rank 1
Alex Gyoshev
Telerik team
Boris
Top achievements
Rank 1
Share this question
or