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

Direction

methods

Sets the effect direction.

Note certain effects (like Transfer, for instance) do not have a direction.

Parameters:directionstring

The effect direction. Check the respective effect API reference for the values supported.

Returns:Effect

the effect instance for further usage

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

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