Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write Tests for .And #1

Open
BerndNK opened this issue Jun 24, 2019 · 0 comments
Open

Write Tests for .And #1

BerndNK opened this issue Jun 24, 2019 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@BerndNK
Copy link
Owner

BerndNK commented Jun 24, 2019

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.)

@BerndNK BerndNK added bug Something isn't working good first issue Good for newcomers labels Jun 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant