A web app built with Flutter to visualize animation curves interactively. This tool helps developers understand and experiment with different Flutter animation curves in a graphical interface.
- Graphical visualization of animation curves on a graph.
- Interactive controls to select curve category, curve type, and animation duration.
- Play/Pause animation functionality using a Floating Action Button (FAB).
- Preview boxes demonstrating Translate X & Y, Scale, Rotate, Flip and Opacity effects.
- Responsive design for seamless use across devices (desktop, tablet, and mobile).
This app is ideal for exploring and learning how different animation curves work in Flutter applications.
-
Add more controls.
-
Add Interactive Graph to visualize custom curve.
-
Add Switch to toggle theme mode in header.