Docs
Text Reveal Chaos
Text Reveal Chaos
A text reveal animation that adds a chaos 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: FlyingCharactersStrategy(
maxOffset: 50,
randomDirection: true,
enableBlur: true,
),
unit: AnimationUnit.character | AnimationUnit.word,
);