Example #1
0
 public FontTweener(EasingAlgorithm easing)
     : base(easing)
 {
 }
Example #2
0
 public Tweener(EasingAlgorithm easing)
 {
     this.Easing = easing;
 }
Example #3
0
 public ColorTweener(EasingAlgorithm easing)
     : base(easing)
 {
 }
Example #4
0
 public NumericTweener(EasingAlgorithm easing)
     : base(easing)
 {
 }
Example #5
0
 public Tweener(EasingAlgorithm easing)
 {
     this.Easing = easing;
 }