Skip to content

Releases: ArmaanLeg3nd/react-easing-scroll

v1.1.0

24 Nov 21:50
Compare
Choose a tag to compare

[1.1.0] - 2023-11-25

Added

  • Tests to improve the code quality and fix bugs
  • Checks to see if the computed stylemap exists
  • An example component ScrollComponent.tsx as part of testing the module

Changed

  • Function definition for easeOutCirc easing function
  • Module Exports

Fixed

  • Fixed the bugs in the easeOutCirc easing function

Installation

npm install [email protected]Β 

Check out the full Change Log

CHANGELOG.MD

v1.0.2

26 Oct 15:48
Compare
Choose a tag to compare

[1.0.2] - 2023-10-26

Added

Changed

Fixed

  • Bootstrap Scrollspy Issue - #1

Installation

npm install [email protected]Β 

Check out the full Change Log

CHANGELOG.MD

v1.0.1

21 Oct 17:55
Compare
Choose a tag to compare

[1.0.1] - 2023-10-21

Added

  • Proper Documentation
  • Examples

Changed

  • The default overshoot controller value to 1.70158

Fixed

  • The name of the function 'easeSmooth' to 'linear' for smooth scrolling

Installation

npm install [email protected]Β 

Check out the full Change Log

CHANGELOG.MD