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

Feature: implement some kind of bounce #73

Open
koenpunt opened this issue Oct 15, 2012 · 4 comments
Open

Feature: implement some kind of bounce #73

koenpunt opened this issue Oct 15, 2012 · 4 comments
Milestone

Comments

@koenpunt
Copy link

Dragging beyond the scroll limit with bounce-back as commented here: http://stackoverflow.com/a/12186843/189431

When I find the time I'll try to implement it myself

@ghost ghost assigned azoff Feb 3, 2013
@azoff
Copy link
Owner

azoff commented Feb 3, 2013

@koenpunt - I'm adding this to the feature backlog.

The only way I know how to implement "bounce" is to wrap the overscrolled node in a container. The problem with doing that is that you will be modifying DOM structure, which is something I want to stay away from. The more you modify the DOM, the less interoperable your script becomes. I don't want to break overscroll for those who already use it, nor do I want to re write the internals to support a parent node.

@azoff azoff modified the milestones: 1.7.4, backlog Feb 12, 2014
@azoff azoff removed their assignment Feb 12, 2014
@giovannipds
Copy link

Well, I really think it is a very good feature. You can see something how it would become here: http://ariya.github.io/kinetic/4/ - About modifying the DOM, I think it's a well-paid price, many jQuery plugins do that to fit their needs. It's something you get used to. Especially now, with the coming of the web components. It would become less relevant. Think about it! :)

Note: @koenpunt doesn't have time since 2 years ago, haha. :P

Regards, Gio.

@azoff
Copy link
Owner

azoff commented Apr 24, 2014

@giovannipds would you be willing to contribute to the project? I'll accept a pull request if you put any work into it.

  • Jon

@giovannipds
Copy link

giovannipds commented Apr 24, 2014

I'll think about it, Jon. I have been working in so many projects at my
agency that I'm not willing to work much more outside there. Even more that
this feature it's not so easy to implement perfectly on the project.
Therefore, I thank you for your kindness and I'm sorry that I can't help right
now.
On Apr 24, 2014 6:14 PM, "Jonathan Azoff" notifications@github.com wrote:

@giovannipds https://github.com/giovannipds would you be willing to
contribute to the project? I'll accept a pull request if you put any work
into it.

  • Jon


Reply to this email directly or view it on GitHubhttps://github.com//issues/73#issuecomment-41333175
.

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

No branches or pull requests

3 participants