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;