Nora Posted August 11, 2022 Posted August 11, 2022 I'm trying to zoom in into the video playing in laptop but the problem is the image that scale it appeared in the bottom of page , how can I hide it See the Pen mdxGdxQ by nora10 (@nora10) on CodePen.
Solution GreenSock Posted August 11, 2022 Solution Posted August 11, 2022 That's more of a CSS issue, but one quick fix would be to use an onLeave to set the autoAlpha to 0, and an onEnterBack to return it to 1: See the Pen xxWabOJ?editors=1010 by GreenSock (@GreenSock) on CodePen. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now