Hello,
can I use FX with Kendo Mobile?
Even declaration fails
can I use FX with Kendo Mobile?
Even declaration fails
<script src="js/jquery-1.8.2.js" type="text/javascript"></script>
<script src="js/kendo.all.js" type="text/javascript"></script>
<link href="css/kendo.common.css" rel="stylesheet" />
<link href="css/kendo.default.css" rel="stylesheet" />
<link href="css/kendo.mobile.all.css" rel="stylesheet">
<div data-role="view" data-layout="layout">
<div data-role="content">
<div id="foo">
I will be animated
</div>
</div>
</div>
var effectWrapper = kendo.fx($("#foo"));
Thanks for help.