KendoUI Mobile 动画效果

来源:互联网 发布:灌南县 农村淘宝 编辑:程序博客网 时间:2024/06/03 20:15

KendoUI 动画效果:

silder为滑动

overlay:up为向上移动。


<div data-role="view" id="foo" data-transition="slide">Foo <a href="#bar" data-role="button">Go to Bar</a></div><div data-role="view" id="bar" data-transition="overlay:up">Bar <a href="#foo" data-role="button">Go to Foo</a></div><script>     new kendo.mobile.Application($(document.body), { layout: "foo" });</script>


原创粉丝点击