CSS Background animation (Newbie needs help) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

CSS Background animation (Newbie needs help)

https://code.sololearn.com/WEjskxLWiH2s/#js Hey guys, check the code for all the details. I am really frustrated that I can't figure that one out. Thanks for your attention!

12th Aug 2018, 11:01 PM
Alexander Rose
Alexander Rose - avatar
6 Answers
+ 1
I don't understand what you want fixed?
12th Aug 2018, 11:22 PM
Fleet
Fleet - avatar
0
I want the background to be flashing too. Like the text does when you go in the field with the coursor
12th Aug 2018, 11:31 PM
Alexander Rose
Alexander Rose - avatar
0
Change div to a href="bd" to target body when frame is clicked. Put animation in #bd:target https://code.sololearn.com/WARfAhZ56k11/?ref=app
13th Aug 2018, 4:21 AM
Calviղ
Calviղ - avatar
0
Thanks, but I want the background only flashing when I hover over the field with the cursor. I start to think that it's not possible without javascript
13th Aug 2018, 10:03 AM
Alexander Rose
Alexander Rose - avatar
0
It's possible but not with body's background color. Create a full screen sibling element instead.
13th Aug 2018, 10:25 AM
Calviղ
Calviղ - avatar
0
CSS3 now is powerful, many effects or animations run without JavaScript. Here the code https://code.sololearn.com/Wno07ujLUar5/?ref=app
13th Aug 2018, 10:33 AM
Calviղ
Calviղ - avatar