transition String

The default View transition. For a list of supported transitions, check the Getting Started help topic.

Example

<div data-role="view" id="foo"><a data-role="button" href="#bar">Bar</a></div>
<div data-role="view" id="bar"><a data-role="button" href="#foo">Foo</a></div>

<script>
new kendo.mobile.Application($(document.body), { transition: "slide" });
</script>
In this article