Skip to content

Commit

Permalink
添加cover过渡动画
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhoucheng133 committed Aug 28, 2024
1 parent 0a06aaf commit 5484460
Show file tree
Hide file tree
Showing 12 changed files with 270 additions and 160 deletions.
5 changes: 1 addition & 4 deletions lib/pages/album_content.dart
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,7 @@ class _AlbumContentState extends State<AlbumContent> {
),
)
),
const Hero(
tag: 'playingbar',
child: PlayingBar()
)
const PlayingBar()
],
),
);
Expand Down
5 changes: 1 addition & 4 deletions lib/pages/albums.dart
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,7 @@ class _AlbumsState extends State<Albums> {
)
),
),
const Hero(
tag: 'playingbar',
child: PlayingBar()
)
const PlayingBar()
],
),
);
Expand Down
5 changes: 1 addition & 4 deletions lib/pages/all.dart
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,7 @@ class _AllState extends State<All> {
)
),
),
const Hero(
tag: 'playingbar',
child: PlayingBar()
)
const PlayingBar()
],
),
);
Expand Down
5 changes: 1 addition & 4 deletions lib/pages/artist_content.dart
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,7 @@ class _ArtistContentState extends State<ArtistContent> {
)
),
),
const Hero(
tag: 'playingbar',
child: PlayingBar()
)
const PlayingBar()
],
),
);
Expand Down
5 changes: 1 addition & 4 deletions lib/pages/artists.dart
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,7 @@ class _ArtistsState extends State<Artists> {
)
),
),
const Hero(
tag: 'playingbar',
child: PlayingBar()
)
const PlayingBar()
],
),
);
Expand Down
Loading

0 comments on commit 5484460

Please sign in to comment.