예제 #1
0
 public static void CreateSplineAnimation(FrameworkElement Item, DependencyProperty dp, double FromValue, double ToValue, double SecondTime, Action OnCompleted)
 {
     CuxTransformAnimationUsingKeyFrames <T> .CreateSplineAnimation(Item, dp, FromValue, ToValue, SecondTime, OnCompleted, null);
 }
예제 #2
0
 public static void CreateSplineAnimation(FrameworkElement Item, DependencyProperty dp, double FromValue, double ToValue, double SecondTime, SetExtentAnimationTimelineDelegate SetExtentValue)
 {
     CuxTransformAnimationUsingKeyFrames <T> .CreateSplineAnimation(Item, dp, FromValue, ToValue, SecondTime, null, SetExtentValue);
 }