This is a migrated thread and some comments may be shown as answers.

FX Effects

2 Answers 57 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
axel
Top achievements
Rank 1
axel asked on 11 Dec 2012, 08:42 PM
Hello,

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.

2 Answers, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 12 Dec 2012, 11:57 AM
Hi,

The FX utility is introduced in our Q3. Please verify that you the scripts you are using are correct. If this is not the case, please provide a project, which demonstrates the issue you are facing. Thanks in advance.

All the best,
Petyo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
axel
Top achievements
Rank 1
answered on 14 Dec 2012, 01:30 PM
Q3 fixed it.
It would make sense to mention this in the documentation.

Thank you.
Tags
General Discussions
Asked by
axel
Top achievements
Rank 1
Answers by
Petyo
Telerik team
axel
Top achievements
Rank 1
Share this question
or