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

RadCycleHubTile - is it possible to slow down the animation?

2 Answers 44 Views
HubTile
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
catqbat
Top achievements
Rank 1
catqbat asked on 13 May 2014, 07:11 AM
Hello,

I'm using RadCycleHubTile to display elements from my collection. The ItemTemplate consists of image and description.

What I somehow don't like is that items appear (slide in) very quickly. To be clear: I'm not talking about refresh interval  - this is configurable. I would like to have a nice, slow, "slide in" experience - something like in slide tile :) Is that possible?  

2 Answers, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 16 May 2014, 08:21 AM
Hello Agata,

Thanks for writing.
Currently, in order to change the duration of the transition you need to provide a custom control template which contains your own custom transition. Please have a look at the attached archive. It contains the default control template. You can reuse it and simply replace the transition for RadTransitionControl. Creating your custom transition is pretty straightforward, you just have to inherit from RadTransition and override a few methods. I have also added the code for RadSlideTransition so that you can modify it as required.

Please write again if you need further assistance. 

Regards,
Victor
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
catqbat
Top achievements
Rank 1
answered on 20 May 2014, 06:21 AM
Thank you! :)
Tags
HubTile
Asked by
catqbat
Top achievements
Rank 1
Answers by
Victor
Telerik team
catqbat
Top achievements
Rank 1
Share this question
or