react-fade-in-view 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,11 @@
1
1
  # react-fade-in-view
2
2
 
3
- A lightweight and easy-to-use **React fade-in animation component** using **Intersection Observer API**.
4
- Perfect for landing pages, portfolios, blogs, or any content-heavy site.
3
+ react-fade-in-view is a lightweight **React fade-in animation library**
4
+ that triggers smooth **scroll-based animations** when elements enter the viewport
5
+ using the **Intersection Observer API**.
6
+
7
+ Ideal for **React & Next.js applications**, landing pages, portfolios,
8
+ blogs, and content-heavy websites that need performant viewport animations.
5
9
 
6
10
  <!-- ![Demo](https://user-images.githubusercontent.com/yourusername/demo.gif) -->
7
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-fade-in-view",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Lightweight fade-in animation component using Intersection Observer",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",