Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
daad638
WIP - Shared Z Axis Page Transition Builder
shihaohong Dec 30, 2019
177dab6
Update utils
shihaohong Dec 30, 2019
6b380ed
Revert change to fade_through_transition.dart
shihaohong Dec 30, 2019
869133d
Add API documentation
shihaohong Dec 30, 2019
4d6ce6a
Remove reverse line from API doc sample
shihaohong Dec 30, 2019
82e8a4d
Leave comment in API doc for reverse transition
shihaohong Dec 30, 2019
cc0b5d9
Add simple test
shihaohong Dec 30, 2019
a5ef638
Add forwards animation test
shihaohong Dec 30, 2019
d453858
Fix broken curves
shihaohong Dec 31, 2019
17c8272
Add FlippedCurveTween doc
shihaohong Dec 31, 2019
6da0b56
Refactor
shihaohong Dec 31, 2019
ece7a36
Implement reverse transitions
shihaohong Dec 31, 2019
03abd8d
Add reverse test
shihaohong Dec 31, 2019
fdf87e8
Interrupt test
shihaohong Dec 31, 2019
1e918b1
Add final keyword
shihaohong Dec 31, 2019
da1204e
Add state test
shihaohong Dec 31, 2019
2cdb956
Newline at end of file
shihaohong Dec 31, 2019
722254c
Add documentation
shihaohong Jan 2, 2020
e26da20
Implement shared x axis transition
shihaohong Jan 2, 2020
faa5e12
remove print statement
shihaohong Jan 2, 2020
db8ae88
Create shared-x-axis transition tests w/o translation testing
shihaohong Jan 2, 2020
2051c55
Implement forward testing
shihaohong Jan 2, 2020
4a9e2ff
Implement the rest of the tests
shihaohong Jan 2, 2020
4463952
Remove unnecessary dart_math import
shihaohong Jan 2, 2020
b02e075
Remove z-axis implementation
shihaohong Jan 2, 2020
d4f4262
Run formatter
shihaohong Jan 2, 2020
f590e14
Implement ShareAxisTransition with horizontal/vertical options
shihaohong Jan 2, 2020
f5621b6
fix export statement
shihaohong Jan 2, 2020
d436269
Separate out vertical and horizontal tests in case values no longer m…
shihaohong Jan 2, 2020
2a42a77
run formatter
shihaohong Jan 2, 2020
7663c53
Fix up documentation
shihaohong Jan 2, 2020
175895e
update pubspec.yaml
shihaohong Jan 2, 2020
f86c760
loosen vector_math version constraint
shihaohong Jan 2, 2020
17e0e23
Merge branch 'master' into sharedAxis
Jan 2, 2020
a91571c
Roll Shared Z Axis Transitions into the same builder as rest of Share…
Jan 13, 2020
d163acd
Address code review feedback
Jan 13, 2020
7813900
Remove newline between imports
Jan 13, 2020
cd865d8
Address code review feedback
Jan 14, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/animations/lib/animations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
export 'src/fade_through_transition.dart';
export 'src/open_container.dart';
export 'src/page_transition_switcher.dart';
export 'src/shared_z_axis_transition.dart';
export 'src/shared_axis_transition.dart';
Loading