We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6348e8f commit 2fdc4d6Copy full SHA for 2fdc4d6
example/lib/main.dart
@@ -89,6 +89,8 @@ List<AnimatedCell> cells= [
89
AnimatedCell(configMap: slideOutRight,text: "slideOutRight"),
90
AnimatedCell(configMap: lightSpeedIn,text: "lightSpeedIn",autoPlay: true,curve: lightSpeedInCurve,),
91
AnimatedCell(configMap: lightSpeedOut,text: "lightSpeedOut",curve: lightSpeedOutCurve,),
92
+ AnimatedCell(configMap: flipInX,text: "flipInX",autoPlay: true,curve: flipInCurve,),
93
+ AnimatedCell(configMap: flipInY,text: "flipInX",autoPlay: true,curve: flipInCurve,),
94
];
95
96
class MyHomePage extends StatefulWidget {
0 commit comments