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

Duration

methods

Sets the effect duration.

Parameters:durationNumber

The number of milliseconds it will take for the effect to reach its final state. By default, effects are animated for 400 milliseconds.

Returns:Effect

the effect instance for further usage

<div id="foo">
    I will be animated
</div>

<script>
    kendo.fx($("#foo")).fadeOut().duration(2000).play();
</script>
Not finding the help you need?
Contact Support