'How can we add transition to the video in picture-in-picture mode?

I am using HTML5 picture-in-picture api for floating video, it provides pseudo class :picture-in-picture for adding styles

After adding pseudo-class I am not getting styles, is there any possible way to add styles to the video which is in the picture in picture mode?

You can find the source code here!!!

https://codesandbox.io/s/picture-in-picture-rts4fg?file=/src/styles.css



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source