Docs
Text Reveal Fade Top
Text Reveal Fade Top
A text reveal animation that adds a fade with blur effect aling with a cascading translation from top.
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: FlyingCharactersStrategy(
maxOffset: 50,
randomDirection: false,
enableBlur: true,
angle: -math.pi / 2,
),
unit: AnimationUnit.character | AnimationUnit.word,
);