Releases: geosigno/simpleParallax.js
6.2.1 : Performance Laboratory Returns
SimpleParallax.js has always been a performance laboratory where we constantly push the boundaries of smooth parallax effects, but since the React version launch, we stepped away from this philosophy. This release marks our return to the laboratory with a comprehensive React performance overhaul that eliminates unnecessary re-renders and optimizes calculations.
6.1.0 : Accessibility and fixes
6.0.1
⚡️ 6.0.0 - React and TypeScript Version
After some time, I decided to get back on track and evolve simpleParallax into a React version. This new version has been completely rewritten based on the Vanilla library, incorporating some welcome changes thanks to React. Additionally, I’ve used TypeScript for the React version. The React version is now the default, while the Vanilla version remains fully functional but has not yet been updated.
To mark this occasion, the simpleParallax website has been completely redesigned.
5.6.1
5.5.1 Hotfix
The delay parameter has been set at 0 by default. This is sometimes causing an issue on iOS devices. Investigation and resolution still in progress via (#47)[https://github.com//issues/47]
5.5.0
5.4.1 - bug fix
5.4.0 - new features
5.3.0 - new features
This release add one parameter to simpleParallax - maxTransition. The maxTransition setting can be used to stop the parallax transition after a given percentage. By default, it translate from 0% to 100% of the user viewport. You can change it here to any percentage you want.
- #23ff83 - ✨ add maxTransition parameter