transitionsBoolean(default: true)

A value indicating if transition animations should be played.

Example

<div id="gauge"></div>
<script>
$("#gauge").kendoLinearGauge({
    transitions: false,
    pointer: {
        value: 30
    },
    scale: {
        min: 0,
        max: 50
    }
});
</script>
In this article
transitions
Not finding the help you need?
Contact Support