There was an error while loading. Please reload this page.
1 parent fe06501 commit 1b5d022Copy full SHA for 1b5d022
lib/stackView.dart
@@ -46,7 +46,10 @@ class _MainActivityState extends State<MainActivity> {
46
child: Stack(
47
children: <Widget>[
48
_backView(_theme),
49
- ScaleTransition(scale: _getScaleAnimation(constraint),child: _frontView(),)
+ SlideTransition(
50
+ position: _getSlideAnimation(constraint),
51
+ child: ScaleTransition(
52
+ scale: _getScaleAnimation(constraint),child: _frontView(),))
53
// SlideTransition(
54
// position: _getSlideAnimation(constraint), child: _frontView()),
55
],
0 commit comments