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

Animation with set_currentItemIndex

5 Answers 81 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
Orest
Top achievements
Rank 1
Orest asked on 07 Jan 2011, 02:52 AM
Guys,
When I use oRotator.set_currentItemIndex(newIndex); there is no animation. Is it possible to have an animation with currentItemIndex method?

Thanks!

5 Answers, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 12 Jan 2011, 03:18 PM
Hi Orest,
The feature is on your ToDo list for Q1 2011 and it will be part of the beta and official Q1 2011 release, scheduled for the middle of February and the beginning of March, accordingly.

Best wishes,
Tsvetie
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Orest
Top achievements
Rank 1
answered on 14 May 2011, 07:16 PM

Were you able to  implement this?

0
Accepted
Niko
Telerik team
answered on 16 May 2011, 02:43 PM
Hi Orest,

Yes, indeed this feature is already implemented. You can take advantage of it through the use of a second parameter of boolean type to the set_currentItemIndex method:

rotator.set_currentItemIndex(index[, useAnimation]);
Therefore if you wish to change the current item index to 2 with animation:
rotator.set_currentItemIndex(2, true)

Hope this helps.


Kind regards,
Niko
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Webteam
Top achievements
Rank 2
answered on 22 Jun 2011, 11:25 PM
I am using the Q1 2011 release and I am still not seen any animation when using set_currentItemIndex with the second parameter, ie

oRotator.set_currentItemIndex(index,

 

true);

however I do see animation if I use shownext(direction);

any suggestions?

 

0
Niko
Telerik team
answered on 23 Jun 2011, 07:01 AM
Hi David,

Could you, please, elaborate more on the issue that you are experiencing? For example, what setup are you using, are there any JavaScript errors on the page, are there related issues that may be influencing this one, what exactly is happening when the issue occurs, etc.? I need more information in order to track down the cause of this incorrect behavior and find a solution for it.
Finally, I would suggest that you open a support ticket and attach a sample project there that demonstrates the issue at hand. Thus we will be able to come back to you in a timely fashion.

Greetings,
Niko
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Rotator
Asked by
Orest
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Orest
Top achievements
Rank 1
Niko
Telerik team
Webteam
Top achievements
Rank 2
Share this question
or