Completed
Last Updated: 14 Dec 2016 14:56 by ADMIN
ADMIN
Nikolay
Created on: 03 Dec 2009 02:53
Category: Carousel
Type: Bug Report
1
FIX. RadCarousel - not rotating when the AnimationToApply is set
RadCarousel not rotating when the AnimationToApply property is set (263070)

To reproduce: 
from tickets: 263070,258135 
1. Add radCarousel with 5 RadImageButtonelements
2. Set the AnimationsToApply property to Animations.Location 

Workaround: 
this.radCarousel1.CarouselPath.ZScale = 1000;
this.radCarousel1.OpacityChangeCondition = Telerik.WinControls.UI.OpacityChangeConditions.None;
this.radCarousel1.AnimationsToApply = Telerik.WinControls.UI.Animations.All;
0 comments