ParaScrollEffectOne is a simple scroll animation component that adjusts a paragraph’s opacity based on scroll position. It creates a smooth fade effect and optionally supports a centered fixed layout for immersive sections.

Install the required dependencies:
npm install framer-motion lenisUsecase
1. here prop - isParaFixedAtCenter=false (by default)

2. here prop - isParaFixedAtCenter=true

* ParaScrollEffectOne is a scroll-based text animation that fades content in and out using Framer Motion’s scroll progress.
A cinematic scroll-driven text animation built with Framer Motion. The paragraph remains fixed at the center while words reveal progressively with fade, blur, and smooth motion effects based on scroll position.

Install the required dependencies:
npm install framer-motion lenisUsecase
1. here prop - isParaFixedAtCenter=false (by default)

2. here prop - isParaFixedAtCenter=true

* A scroll-based text reveal animation where the paragraph stays centered and each word fades and animates in smoothly using Framer Motion.
ParaScrollEffectThree is a scroll-driven text animation component where each character fades in progressively based on scroll position. It uses smooth scrolling and allows the paragraph to stay fixed at the center for a more immersive visual effect.

Install the required dependencies:
npm install framer-motion lenisUsecase
1. here prop - isParaFixedAtCenter=false (by default)

2. here prop - isParaFixedAtCenter=true

* ParaScrollEffectThree reveals text character-by-character as you scroll, creating a smooth fade-in animation. It also supports an optional fixed-center layout.