Skip to content

Commit

Permalink
Animate video view display (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
defagos authored Jan 4, 2024
1 parent 22095d4 commit 87a6934
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Demo/Sources/Players/PlaybackView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ private struct MainView: View {
.supportsPictureInPicture(supportsPictureInPicture)
}
}
.animation(.easeInOut(duration: 0.2), values: player.mediaType, player.isExternalPlaybackActive)
}

@ViewBuilder
Expand Down

0 comments on commit 87a6934

Please sign in to comment.