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

Bezier paths #14

Closed
corysimmons opened this issue Aug 30, 2014 · 4 comments
Closed

Bezier paths #14

corysimmons opened this issue Aug 30, 2014 · 4 comments

Comments

@corysimmons
Copy link

Create bezier handles for the anchors of the paths rather than CSS easing terms (no one knows what those are, but they can visually see the path change). A lot of projects do this so I don't think it would be too crazy, but it would help a lot.

@jeremyckahn
Copy link
Owner

I'm not sure that I follow. Are you suggesting having some kind of preview of what the path looks like as the user is selecting a curve? Or a set of interactive handles to manipulate the curve in the main stage area?

@corysimmons
Copy link
Author

Interactive handles

@jeremyckahn
Copy link
Owner

That would be a pretty large undertaking, and I'm not sure when I can implement it. I like the idea, and I will keep this open in case you or anyone else would like to implement it before I get to it.

@jeremyckahn
Copy link
Owner

Thinking about this more, I don't think this will work. The path curves you see are a visual byproduct of mixing and matching easing curves on the X and Y axes. They aren't paths in the sense that Adobe Illustrator creates bezier lines and paths, so a bezier manipulation UI would break the animation model that Stylie is built upon. To put it another way, the ball can move at different rates of speed along different parts of the path, so just modifying the path wouldn't be as helpful as it initially seems.

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

No branches or pull requests

2 participants