transitionsBoolean
(default: true)
A value indicating if transition animations should be played.
Example
<div id="gauge"></div>
<script>
$("#gauge").kendoRadialGauge({
pointer: [{
value: 80
}],
transitions: false
});
</script>
In this article