You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: