We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: