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

Motion animation along path #45

Closed
vkondrashkov opened this issue Feb 13, 2020 · 0 comments · Fixed by #46
Closed

Motion animation along path #45

vkondrashkov opened this issue Feb 13, 2020 · 0 comments · Fixed by #46
Assignees
Labels
enhancement New feature or request
Projects
Milestone

Comments

@vkondrashkov
Copy link
Member

Feature proposal

It would be nice to have API for creating animation along UIBezierPath or CGPath passed to motion animation.

Motivation

It would make Lotus more suitable for complex animations and also would make possible to resolve #22

Additional

It could be done with adding new API method like

make.motion.along(UIBezierPath)

Or pass it to existing method .to(:)

make.motion.to(UIBezierPath)
@vkondrashkov vkondrashkov added the enhancement New feature or request label Feb 13, 2020
@vkondrashkov vkondrashkov self-assigned this Feb 13, 2020
@vkondrashkov vkondrashkov added this to To do in lotus Feb 14, 2020
@vkondrashkov vkondrashkov added this to the 0.3.0 milestone Feb 14, 2020
@vkondrashkov vkondrashkov moved this from To do to In progress in lotus Feb 14, 2020
lotus automation moved this from In progress to Done Feb 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
lotus
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant