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