welcome to Qijie's Blog 薛其杰
摘要: 在Windows 8 App里边的动画和在silverlight里边还有稍微的区别, 如代码:using Windows.UI.Xaml;using Windows.UI.Xaml.Media;using Windows.UI.Xaml.Media.Animation;using Windows.UI.Xaml.Controls; protected void DemoAnimation() { Duration m_Dur = new Duration(TimeSpan.FromSeconds(4)); Storyboa... 阅读全文
posted @ 2013-01-11 15:52 零点零一 阅读(329) 评论(0) 推荐(0)