NEW 147053
Allow scroll customization
https://bugs.webkit.org/show_bug.cgi?id=147053
Summary Allow scroll customization
Michael Johnston
Reported 2015-07-17 14:56:40 PDT
Scroll events are currently dispatched asynchronously, which makes it impossible to create effects that are bound to the scroll position. For instance, a common effect used in mobile applications is a sticky image header that zooms in the scrollback extent. Another example is a top or bottom toolbar that tracks in and out with the current scroll position. There are many other subtle effects tied to scroll position that native apps employ, which are impossible to do well on the web today. Relevant work being discussed in Blink: https://docs.google.com/document/d/1VnvAqeWFG9JFZfgG5evBqrLGDZYRE5w6G5jEDORekPY/edit
Attachments
Radar WebKit Bug Importer
Comment 1 2015-07-17 16:45:14 PDT
Note You need to log in before you can comment on or make changes to this bug.