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

Animations not working after right after mango update

3 Answers 29 Views
Animation
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jose
Top achievements
Rank 2
Jose asked on 20 Jun 2012, 04:35 AM

I use the animations sample from the telerik app, to pick/select some images in the same way (Grid with Images in the 'First look' animations sample).
I notice after the last update, my app, after you tapping the image the animation stop or never start.
I check the telerik sample and the same results (before the animation only stop if you tap the tile again)

 private RadAnimation CreateUnselectedAnimation()
        {
            RadScaleAnimation result = new RadScaleAnimation();
            result.StartScaleX = 0.9;
            result.EndScaleX = 1.0;
            result.StartScaleY = 0.9;
            result.EndScaleY = 1.0;
            result.Duration = new Duration(TimeSpan.FromSeconds(0.4));
            result.AutoReverse = true;
            result.FillBehavior = AnimationFillBehavior.Stop;
            result.RepeatBehavior = RepeatBehavior.Forever;

            return result;
        }

Did something changed ?

3 Answers, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 21 Jun 2012, 02:42 PM
Hello Jose,

Thank you for reporting this.
A few releases ago we refactored the animations and RadScaleAnimation changed from inheriting from RadAnimation to inheriting from RadAnimationGroup. This is a bug RadAnimation group and thanks to your feedback it has now been fixed.
The updated version of the animations will be available next week in our weekly internal build.

Please write again if you have more feedback or if you have questions. 
Your Telerik points have been updated for this bug report.

Kind regards,
Victor
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Jose
Top achievements
Rank 2
answered on 21 Jun 2012, 08:53 PM
Great!.
So I just need to download the internal build next week?

0
Kiril Stanoev
Telerik team
answered on 22 Jun 2012, 06:51 AM
Hi Jose,

That is correct. Give the next internal build a try and let us know how it goes. We'd be glad to further assist you. 

All the best,
Kiril Stanoev
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
Animation
Asked by
Jose
Top achievements
Rank 2
Answers by
Victor
Telerik team
Jose
Top achievements
Rank 2
Kiril Stanoev
Telerik team
Share this question
or