Skip to content

Commit e3d5e8e

Browse files
committed
rotate transition, align, size, container animation testing completed
1 parent d93b4fb commit e3d5e8e

2 files changed

Lines changed: 458 additions & 183 deletions

File tree

lib/components/animation/gf_animation.dart

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,11 @@ class _GFAnimationState extends State<GFAnimation>
167167
super.initState();
168168
}
169169

170-
@override
171-
void dispose() {
172-
controller.dispose();
173-
super.dispose();
174-
}
170+
// @override
171+
// void dispose() {
172+
// controller.dispose();
173+
// super.dispose();
174+
// }
175175

176176
@override
177177
Widget build(BuildContext context) => getAnimatedTypeWidget();

0 commit comments

Comments
 (0)