Why is my Code for an Image animation not working | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why is my Code for an Image animation not working

HeLLO , I WANT To HAVE AN OVERLAY OVER MY ANIMATION. IVE ALREADY WROTE A CODE BUT IT DOESNT WORK FINE. THANK YOU FOR HELP https://code.sololearn.com/WrKsAlA5eZQU/?ref=app

10th Aug 2020, 5:48 PM
FlyiiingDani
FlyiiingDani - avatar
2 Answers
0
Height =100% don't works if parent tag has no fixed height. You should use height:100vh ; for .image and .overlay If you want overlay of color over image you should see this code you can set mix-blend-mode: overlay; css page line 7 and check here. bydefault it is screen. https://code.sololearn.com/WglqI850ZImr/?ref=app
10th Aug 2020, 6:02 PM
Divya Mohan
Divya Mohan - avatar
0
Thank you for your answer! But if i add Height=70vw the problem still occurs. The black screen returns after the animation has load
10th Aug 2020, 10:28 PM
FlyiiingDani
FlyiiingDani - avatar