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

transitions: false doesn't work?

3 Answers 82 Views
Gauges
This is a migrated thread and some comments may be shown as answers.
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
sitefinitysteve asked on 23 May 2012, 06:09 PM
I have my gauge bound with MVVM, and when I change the value the gauge animates...

Even though I tell it not to
$("#phase-gauge").kendoRadialGauge({
            transitions: false,
            pointer: {
                color: "#FF5770"
            },
            scale: {
                min: 1,
                max: 7,
                majorUnit: 1
            }
        });

3 Answers, 1 is accepted

Sort by
0
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
answered on 23 May 2012, 06:20 PM
Wait no it's a bug

If you initialize the gauge with an undefined value, then set the value to something valid...animations are enabled

If you initialize the gauge with a proper value...it respects the transitions property.
0
Hristo Germanov
Telerik team
answered on 28 May 2012, 11:45 AM
Hi Steve,

I was able to reproduce the issue and we will fix it as soon as we can. When the bug is fixed I will send you a hotfix version of Kendo UI.
I have updated your points.

Greetings,
Hristo Germanov
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Hristo Germanov
Telerik team
answered on 29 Jun 2012, 08:41 AM
Hello Steve,

The bug is fixed and the fix will be included in the next official release of Kendo UI.

Could you please open a support ticket in order to send you the build which includes the fix?

All the best,
Hristo Germanov
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Gauges
Asked by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Answers by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Hristo Germanov
Telerik team
Share this question
or