111,098
社区成员




DoubleAnimation TX = new DoubleAnimation();
TX.Completed += TX_Completed1;
TX.To = X;
TX.Duration = TimeSpan.FromSeconds(Dduration + Iduration);
TX.BeginTime = TimeSpan.FromSeconds(Dbegintime + Ibegintime);
TX.AccelerationRatio = 0.3;
tra1.BeginAnimation(TranslateTransform.XProperty, TX);