如何将这段silverlight动画翻译成C#代码?
<Storyboardx:Name="Storyboard1"><DoubleAnimationUsingKeyFramesx:Name="d1"BeginTime="0...
<Storyboard x:Name="Storyboard1">
<DoubleAnimationUsingKeyFrames x:Name="d1" BeginTime="00:00:00" Storyboard.TargetProperty="(UIElement.Projection).(PlaneProjection.RotationY)">
<EasingDoubleKeyFrame x:Name="ek1" KeyTime="00:00:00" Value="0"/>
<EasingDoubleKeyFrame x:Name="ek2" KeyTime="00:00:02" Value="50"/>
</DoubleAnimationUsingKeyFrames>
</Storyboard> 展开
<DoubleAnimationUsingKeyFrames x:Name="d1" BeginTime="00:00:00" Storyboard.TargetProperty="(UIElement.Projection).(PlaneProjection.RotationY)">
<EasingDoubleKeyFrame x:Name="ek1" KeyTime="00:00:00" Value="0"/>
<EasingDoubleKeyFrame x:Name="ek2" KeyTime="00:00:02" Value="50"/>
</DoubleAnimationUsingKeyFrames>
</Storyboard> 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询