Fixed
Status Update
Comments
lu...@google.com <lu...@google.com>
ta...@gmail.com <ta...@gmail.com> #2
FYI, I created JavaScript to emulate this inertial(or kinetic) scrolling.
http://code.google.com/p/kineticscrolling/
It is slightly choppy on low power machine, but it works fine for current main stream machine like core2duo.
Anyway, it is better to provide this feature as Google's official API.
It is slightly choppy on low power machine, but it works fine for current main stream machine like core2duo.
Anyway, it is better to provide this feature as Google's official API.
lu...@google.com <lu...@google.com>
ki...@gmail.com <ki...@gmail.com> #3
Though it works now, there's a problem when disabling the map dragging (under mobile Safari). You won't be able to drag the map, but once you let it go (after trying to drag), the smooth ease-out effect will still trigger (so it is not affected by the map's draggable:false property).
Description