New to Kendo UI for jQuery? Start a free 30-day trial
Zoom
Zoom the element in or out.
Supported directions are in
and out
.
Zooming an element in
<div id="foo">
I will be animated
</div>
<script>
kendo.fx($("#foo")).zoom("out").play();
// or
// kendo.fx($("#foo")).zoomOut.play();
</script>
Zooming an element out
<div id="foo">
I will be animated
</div>
<script>
kendo.fx($("#foo")).zoom("out").play();
// or
// kendo.fx($("#foo")).zoomOut.play();
</script>
Constructor Parameters
Methods
In this article