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

Slide In Effect using AngularJS

3 Answers 110 Views
Effects
This is a migrated thread and some comments may be shown as answers.
Leo
Top achievements
Rank 1
Leo asked on 01 Dec 2014, 09:19 AM
Hi There,

I'm looking at how Kendo UI implement "Slide In" effect at http://demos.telerik.com/kendo-ui/fx/slidein, I'm curious whether if I could do that with Angular since Kendo UI is supporting Angular out of the box now.

Specifically for this line:
var slide = kendo.fx($("#slide-in-share")).slideIn("left")

What would the angular version for it?

Cheers,
Leo

3 Answers, 1 is accepted

Sort by
0
Accepted
Sebastian
Telerik team
answered on 01 Dec 2014, 12:52 PM
Hello Leo,

There's no Angular-specific code regarding the Kendo UI effects. Therefore, you should be able to use the code definitions from the demo in and outside of Angular context. Let me know if I am leaving something from your logic out.

Kind regards,
Sebastian
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Leo
Top achievements
Rank 1
answered on 01 Dec 2014, 08:33 PM
I see. That's too bad, I would prefer to not use JQuery selector to make it consistent with the other code. But thanks for the quick response anyway :)

Regards,
Leo
0
Petyo
Telerik team
answered on 02 Dec 2014, 03:34 PM
Hello Leo,

I understand your concerns, however, using jQuery references is acceptable (and, in fact, recommended) in the directive parts of your project.  

Regards,
Petyo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Effects
Asked by
Leo
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Leo
Top achievements
Rank 1
Petyo
Telerik team
Share this question
or