remotion-dev / remotion

🎥 Make videos programmatically with React
https://remotion.dev
Other
19.59k stars 954 forks source link

Overflowing the elements outside the Player #3981

Closed reactone closed 2 weeks ago

reactone commented 3 weeks ago

Im trying to place the element in such a way that they overflow the player, I have implemented the movement animation and want to animate the object so that it enters from outside the player. I wrapped the player with a div and gave the Player component the 'overflow: visible' property in css, but it doesnt work. Is there a way to implement it in such as way that the element added to the composition is not clipped by the player? playerr-overflow