transition String

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

    <div data-role="view" id="foo">Bar</div>
    <div data-role="view" id="bar">Foo</div>


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