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

Animation Pauses after completing one cycle

2 Answers 42 Views
BusyIndicator
This is a migrated thread and some comments may be shown as answers.
Matt
Top achievements
Rank 1
Matt asked on 06 Sep 2017, 04:55 PM

Hello,

I have a BusyIndicator with a custom animation (an image that I'm rotating).  Everything works fine except the animation pauses each time it completes one cycle (I have it rotating from 0 to 360).  Is there anyway to disable the pause (I tried setting StartDelay - the only property that seemed relevant - to 0, but that only controls the initial loop not the start of each loop).

 

I guess I can do a work around by just setting the "to" property to something very large and changing the duration to make the animation happen at the same speed, but I was hoping there was a more elegant solution.

 

Thanks

2 Answers, 1 is accepted

Sort by
0
Accepted
Stefan Nenchev
Telerik team
answered on 11 Sep 2017, 10:46 AM
Hello Matt,

Please try setting the Easing property of the RadDoubleAnimation to Easing.Linear.

Have a great week.

Regards,
Stefan Nenchev
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Matt
Top achievements
Rank 1
answered on 11 Sep 2017, 02:08 PM
Thanks Stefan.  Exactly what I was looking for.
Tags
BusyIndicator
Asked by
Matt
Top achievements
Rank 1
Answers by
Stefan Nenchev
Telerik team
Matt
Top achievements
Rank 1
Share this question
or