💥 Shake Effect
Applies a horizontal shaking animation to the widget. The shake effect is built-in to the
flutter_animate package used under the hood.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🚀 Flutter_Extend Version 0.3.0 is now live! See our changelog for details.
Add continuous scaling and click-response bounce effects to your widgets effortlessly to draw user attention.
💥 Shake Effect
Show Parameters
duration to wait before starting the animation (in milliseconds).milliseconds).true, the animation loops indefinitely.true, reverses direction when repeating.true, the animation starts automatically.curve to use for the animation speed (uses the built-in shake curve).AnimationController is initialized.flutter_animate package used under the hood.// Shakes for 500ms
Container(color: Colors.red).shake();
Was this page helpful?
