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

[Solved] Multiple RadSlideHubTiles all animate at same time

3 Answers 94 Views
HubTile for XAML
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Rupert
Top achievements
Rank 1
Rupert asked on 30 May 2014, 09:14 PM
Hi, 

I have got a WrapGrid with a number of SlideHubTiles on it, the UpdateInterval is set to 2 seconds on all of them, however they all animate at exactly the same time, whereas I wanted an effect more like the Windows 8 start menu where they start animating at different times.

I could generate a random number and bind the UpdateInterval to that, but was wondering if there is another, recommended, approach that I should use?

Thanks in advance,
Rupert.

3 Answers, 1 is accepted

Sort by
0
Ivaylo Gergov
Telerik team
answered on 03 Jun 2014, 02:03 PM
Hi Rupert,

The RadSlideHubTile does not offer a functionality that could help you in this scenario. You can either use different UpdateIntervals as you suggested or trigger the animations(unfreeze) in different time.

Let me know should you need further assistance.

Regards,
Ivaylo Gergov
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
Rupert
Top achievements
Rank 1
answered on 03 Jun 2014, 02:08 PM
Would another way be to create a custom tile based on the RadSlideHubTile and specify a update interval range.

Is there any sample code for creating a custom tile?

Thanks
Rupert
0
Tsvyatko
Telerik team
answered on 06 Jun 2014, 09:48 AM
Hi Rupert,

if you like to extend the RadSlideHubTile to control update interval you can inherit from it, overriding its Update method. 

I have prepared sample project demonstrating how this can be achieved. Let me know if this helps.

Regards,
Tsvyatko
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.

 
Tags
HubTile for XAML
Asked by
Rupert
Top achievements
Rank 1
Answers by
Ivaylo Gergov
Telerik team
Rupert
Top achievements
Rank 1
Tsvyatko
Telerik team
Share this question
or