directionString

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

Example

<div id="element">
    This element will zoom
</div>

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