transitionsBoolean(default: true)

A value indicating if transition animations should be played.

Example

<div id="gauge"></div>
<script>
$("#gauge").kendoArcGauge({
    value: 65,
    transitions: false
});
</script>
In this article
transitions
Not finding the help you need?
Contact Support