Docs
Text Reveal Fade

Text Reveal Fade

A text reveal animation that adds a fade with blur effect.

Status: initializing

Installation

Copy and paste the following code into your project.

Please find it here

Update the import paths to match your project setup.

Usage

EnhancedTextRevealEffect(
  text: 'Flutter is pure magic! ✨',
  trigger: _isAnimating,
  strategy: FadeBlurStrategy(),
  unit: AnimationUnit.character | AnimationUnit.word,
);