Skip to content

Commit

Permalink
Improved default transition.
Browse files Browse the repository at this point in the history
  • Loading branch information
Salby committed Aug 30, 2019
1 parent 4b0fe21 commit 3accc09
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.2.0+5] - 2019-08-30

### Changed
- Improved `MorpheusPageRoute` default transition.

## [1.2.0+4] - 2019-08-29

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/page_routes/morpheus_page_transition.dart
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ class MorpheusPageTransition extends StatelessWidget {
return Container(
color: scrimAnimation.value,
child: FadeTransition(
opacity: positionAnimationCurve,
opacity: Curves.fastOutSlowIn,
child: ScaleTransition(
scale: scaleChildAnimation,
child: child,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: morpheus
description: A Flutter package for easily implementing Material Design navigation transitions.
version: 1.2.0+4
version: 1.2.0+5
author: Sander Dalby Larsen <[email protected]>
homepage: https://github.com/salby/morpheus

Expand Down

0 comments on commit 3accc09

Please sign in to comment.