Skip to content

Commit 7032472

Browse files
committed
update offset animation
1 parent 57011bd commit 7032472

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

lib/src/animations/offset_animation.dart

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ class OffsetAnimation extends EasyLoadingAnimation {
2525
opacity: value,
2626
child: SlideTransition(
2727
position: _animation,
28-
child: ScaleTransition(
29-
scale: controller,
30-
child: child,
31-
),
28+
child: child,
3229
),
3330
);
3431
}

0 commit comments

Comments
 (0)