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