Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRemove the overscroll code #20360
Closed
Remove the overscroll code #20360
Comments
|
Do you mean within WR or is there overscroll code in Servo itself? |
|
@glennw It's implemented in WR, yes. |
|
@paulrouget OK - if you could open a WR issue with the details, I can gladly remove that code :) |
|
Filed servo/webrender#2545 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By overscroll, I mean the bouncing effect when scrolling beyond the borders of the page.
We are implementing this at the embedder level. For example, on Android, we will be using an OverScroller and draw the overscroll effect directly on top of Servo.
@glennw , who could take care of this?