From http://wiki.jikexueyuan.com/project/kendo-ui-development-tutorial/overview-of-Kendo-ui-effects.html kendo.fx特效
<div id="foo"> I will be animated </div> <script> kendo.fx($("#foo")).fadeOut().play(); </script>