Releases: Charmingdc/ScrollJs
Releases · Charmingdc/ScrollJs
v2.0.1
New version: v2.0.1
What changed
- Fix
v2.0.0bug that breaks built-in Css animations - Deprecated
v2.0.0
Full Changelog: v2.0.0...v2.0.1
v2.0.0
v2.0.0 - Inbuilt CSS Support Added 🎉
Released on: May 02, 2025
What's New? ✨
-
Inbuilt CSS Support:
We've added native CSS styles to enhance the user experience and make the animations smoother. Now, you can use ScrollJs without relying on external CSS files. Simply import the library and also the css file, and it will automatically apply the necessary styles. -
New CSS Classes:
To control the visibility and animation, the following new classes have been introduced:scrolljs-hidden-{direction}scrolljs-opacity-0
These classes handle animations like fade and direction-based sliding (up, down, left, right, zoom).
Backward Compatibility 🔄:
- External CSS Support:
External CSS is still supported, allowing you to continue using your existing custom styles if you prefer. The inbuilt CSS is just an added option for ease of use.
Documentation Updates 📚:
- Updated the documentation to reflect changes in CSS handling and how to use the new inbuilt CSS system.
- Added new examples and use cases for the direction-based animations and fades.
Check out the CHANGELOG.md for more details on past updates and improvements! 📜
v1.0.3
Full Changelog: v1.0.0...v1.0.3
v1.0.0 - Initial Release
v1.0.0 - Initial Release
This is the first stable release of ScrollJs. The package includes the following key features:
Features:
- Basic functionality to animate elements.
- Documentation for installation and usage.
- Published to npm: ScrollJs