New to Kendo UI for jQueryStart a free 30-day trial

Transitions

configuration

A value indicating if transition animations should be played.

Default: true

<div id="gauge"></div>
<script>
$("#gauge").kendoRadialGauge({
    pointer: [{
        value: 80
    }],
    transitions: false
});
</script>
Not finding the help you need?
Contact Support