stop

Stops the effect in its current state

Example

<div id="foo">
    I will be faded out
</div>

<script>
    var effect = kendo.fx($("#foo")).fadeOut();
    effect.duration(2000).play();
    setTimeout(function() {
        effect.stop();
    }, 1000);
</script>
In this article
stop
Not finding the help you need?
Contact Support