Docs
Text Reveal Flip

Text Reveal Flip

A text reveal animation that adds a flip effect 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: FlipUpStrategy(
    perspectiveValue: 0.02, // Adjust for more/less dramatic perspective
  ),
  unit: AnimationUnit.character | AnimationUnit.word,
);