New to Kendo UI for jQueryStart a free 30-day trial

Stop

methods

Stops the effect in its current state

<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>
Not finding the help you need?
Contact Support