James Anthony Castrejon

Results 3 comments of James Anthony Castrejon

Also I noticed the Pull Request has Swift Package Manager support. That would be definite plus if it goes through.

Thanks for letting me know! I'll probably keep the project starred so I can keep an eye on it.

I believe you are using Swift because of the syntax `animator!`. If that's the case, just change your code from: `animator!.moveY(50).animate(1.0)` to: `animator!.move(y: 50).animate(t: 1.0)`