Skip to content

Releases: blade254353074/scrollto-element

v1.0.4

01 Jun 10:21
Compare
Choose a tag to compare

Update

  • Fix safari floating point calculate bug, that caused scroll over to target problem.

v1.0.3

01 Jun 07:15
Compare
Choose a tag to compare

Update

  • Support new api structure
scrolltoElement({
  element: document.querySelector('#foobar'),
  offset: -100,
  duration: 300,
  then () {
    console.log('Finished~')
  }
})
  • Support offset feature
  • Remove module key of package.json,
    to prevent user import source code,
    (Since it's not ES5 syntax any more)
  • Update dependencies

v1.0.2

02 Apr 04:47
Compare
Choose a tag to compare
  • Fix requestAnimationFrame progress bug
  • Filter the right scrollable element

First release

01 Apr 16:58
Compare
Choose a tag to compare