[Bug 25728] element.scrollIntoView should implement scrolling animation

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25728

Simon Pieters <simonp@opera.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
          Component|CSSOM                       |CSSOM View
         Resolution|---                         |WORKSFORME

--- Comment #4 from Simon Pieters <simonp@opera.com> ---
The spec supports scrollIntoView({behavior:"smooth"})
http://dev.w3.org/csswg/cssom-view/#extensions-to-the-element-interface

Alternatively you can set scroll-behavior: smooth; CSS property, which also
scrolls smoothly when navigating to a fragment identifier.
http://dev.w3.org/csswg/cssom-view/#smooth-scrolling:-the-'scroll-behavior'-property

Please reopen if this does not sufficient.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 11 November 2014 13:36:12 UTC