MoveTo Versions Save

A lightweight scroll animation javascript library without any dependency

v1.5.2

7 years ago
  • Documentation updates done
  • Code improvement done (d44ec14)

Thanks: @lex111 for Improving documentation @374632897 for improving code

v1.5.1

7 years ago
  • To reduce file size removed class defination
  • Using moveTo.min.js in demo page anymore

v1.5.0

7 years ago
  • Accept data-target attribute if trigger is not <a> element
  • The animation made with setTimeout replaced with requestAnimationFrame
  • Some documentation updates done

v1.4.0

7 years ago
  • Documentation updates
  • Added callback support
  • A few code improve has done

v1.3.0

7 years ago
  • Documentation updates
  • Added ability to if target is not defined at trigger button back to top
  • Added demo page
  • ease option property renamed as easing

v1.2.0

7 years ago
  • Updated documentation.
  • Added mt prefix to the options which reading from data attributes.
  • Added test for pass ease functions