[SOLVED] I have a problem relating to CSS animation. Please help me out. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

[SOLVED] I have a problem relating to CSS animation. Please help me out.

Check this code: - https://code.sololearn.com/W1s3MTItgbBb/?ref=app In this code, I want the script in the scroll to appear only after the scroll is opened fully. Please show codes. Thank you...

4th Mar 2018, 7:47 AM
Jitesh Gupta
6 Answers
+ 2
okay now you'll have to nest another div element in scroll,name it class innerscroll. now embed all your text in innerscroll.in css do .innerscroll{ animation:opaque 3s linear alternate; animation-delay:4.8s; } @keyframes opaque{ from{ opacity:0; } to{ opacity:1 } } it will work,remove all the JavaScript
4th Mar 2018, 9:07 AM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
4th Mar 2018, 8:59 AM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
+ 2
thank you Brains, but there is no alternative to java, can i do the same using CSS and HTML
4th Mar 2018, 9:01 AM
Jitesh Gupta
+ 2
yes it can be done with css,but it will take more time
4th Mar 2018, 9:02 AM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
+ 1
Brains, can you please paste the codes here, i want that CSS one, or rather explain me. Thank You...
4th Mar 2018, 9:03 AM
Jitesh Gupta
+ 1
Thanks Brains
4th Mar 2018, 9:09 AM
Jitesh Gupta