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

Nice wrapper, this usage block of code doesn't compile! #1

Open
waelsaad opened this issue Oct 15, 2019 · 0 comments
Open

Nice wrapper, this usage block of code doesn't compile! #1

waelsaad opened this issue Oct 15, 2019 · 0 comments

Comments

@waelsaad
Copy link

Hi,

Nice wrapper, this usage block of code doesn't compile!, I am not sure what's wrong

Engine.shared.group([
aView.move(to: ["x": 374], during: 1.0).easeInOut(.Cubic)
.move(to: ["a": 0], during: 0.2).delay(for: 0.8).easeOut().parallel(),
otherView.move(to: ["x": 100, "r": 30], during: 1.0).easeInOut(.Cubic)
]) { print("Both Finished") }

It produces the following error
Value of type 'Kinieta' does not conform to expected element type 'Action'

I hope its a simple fix since this block code is the usage on the github site.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant