Skip to content

Commit

Permalink
fix: added transition
Browse files Browse the repository at this point in the history
  • Loading branch information
amar-1995 committed Mar 19, 2024
1 parent 6808696 commit 9e90382
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const HMSVideo = forwardRef(({ children, ...props }, videoRef) => {
size: '100%',
position: 'relative',
justifyContent: 'center',
transition: 'all 0.3s ease-in-out',
'@md': {
height: 'auto',
'& video': {
Expand Down
1 change: 1 addition & 0 deletions packages/roomkit-react/src/Prebuilt/layouts/HLSView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ const HLSView = () => {
justify="center"
css={{
flex: isLandscape ? '2 1 0' : '1 1 0',
transition: 'all 0.3s ease-in-out',
'&:fullscreen': {
'& video': {
height: 'unset !important',
Expand Down

0 comments on commit 9e90382

Please sign in to comment.