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

Effects Definition Causing Errors

1 Answer 32 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Brian Mains
Top achievements
Rank 1
Brian Mains asked on 01 Dec 2009, 02:23 AM
Hello,

In the TabStrip MVC component, is this valid?

.Effects((effects) =>

{

effects.Expand().Slide((slide) =>

{

slide.OpenDuration(200);

slide.CloseDuration(

AnimationDuration.Slow);

 

});

})

Because it's causing JS errors.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 01 Dec 2009, 02:48 PM
Hello Brian Mains,

Slide animation is not supported. Please refer to this online help article.

Kind regards,
Georgi Krustev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
TabStrip
Asked by
Brian Mains
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or