directionString

The direction of the effect. Accepted values are "in" or "out".

Example

<div id="example">
    Direction example
</div>
<script>
// Fade in
kendo.fx($("#example")).fade("in").play();

// Fade out
kendo.fx($("#example")).fade("out").play();
</script>
In this article
direction
Not finding the help you need?
Contact Support