BerndNK/TweenSharp

Write Tests for .And

Opened this issue · 0 comments

Tests are greate on one hand, on the other hand I suspect tweens that alter multiple properties like

point.Tween(x => x.X).And(x => x.Y).To(10).In(0.5);

to be not fully functional. Some modifiers might not work. (like .Ease, .Repeat, .Yoyo, etc.)