-
Notifications
You must be signed in to change notification settings - Fork 476
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
Better ScrollView/PageView #155
Comments
My draft is up at #164 with gratuitous explanation, comments, thoughts |
Feedback regarding the new API at https://github.com/koenbok/Framer/wiki/Proposed-Draggable-API/b4ecaa907725763f70585ff289d696748134868c Looks fantastic. Some very minor suggestions/questions:
|
Great feedback.
|
|
Miscellaneous Thoughts On Draggable
Add
On 3, I think what @dabbott means is that you can call updatePosition in the middle of deceleration and then you have the choice of either zeroing velocity and updating the position (so it will look like the layer stopped moving and just teleported to another position), or just updating the position and letting the velocity influence the final position (so the layer will teleport and then keep drifting). The method signature could be On ScrollComponent I love loadPreset, but it makes me think that I can have my own presets that I can load. Which would be great, but there needs to be an API to create presets. An alternative to this could be a I'm guessing Add On PagingComponent Add |
I hope to get started on improving Draggable today. |
I should look over this more later, but one note right now:
|
Ok I updated the proposal with most of the above:
|
I started on this here: https://github.com/koenbok/Framer/tree/scroll-component My documentation proposal is here: http://goo.gl/lDOqro |
@koenbok This issue is resolved with the latest release, correct? |
Ha, yes indeed! |
That felt good ;-) |
😃 |
https://github.com/koenbok/Framer/wiki/Contributing:-Wanted-Features#better-scrollviewpageview
The text was updated successfully, but these errors were encountered: