Unplanned
Last Updated: 05 Jan 2017 08:00 by ADMIN
ADMIN
Telerik Admin
Created on: 03 Dec 2010 14:09
Category: UI for Silverlight
Type: Bug Report
1
WrapPanel: Fix the animation
Fix the animation of the RadWrapPanel.
As a workaround:
<telerik:RadWrapPanel >
			<i:Interaction.Behaviors>
				<ei:FluidMoveBehavior AppliesTo="Children" Duration="0:0:0.4">
					<ei:FluidMoveBehavior.EaseY>
						<CubicEase EasingMode="EaseOut"/>
					</ei:FluidMoveBehavior.EaseY>
					<ei:FluidMoveBehavior.EaseX>
						<CubicEase EasingMode="EaseOut"/>
					</ei:FluidMoveBehavior.EaseX>
				</ei:FluidMoveBehavior>
			</i:Interaction.Behaviors>
</telerik:RadWrapPanel>
Check the attached project.
0 comments