摘要: 定位 在目标元素下渐变滑出,过几秒后自动滑动消失 <Storyboard x:Key="StatusTip"> <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="tbStatusTip"> <EasingDoubleKeyFrame KeyTime="0" Value="0"/> <EasingDoub 阅读全文
posted @ 2012-04-13 10:17 AYUI框架 阅读(1141) 评论(0) 推荐(1)