What I'd like to do is make the blue background pulsate/flash in and out like a heart beat using jQuery. I don't want the blue background to disappear, but rather fade in and face out However, since I'm so new to jQuery, I have no idea how to do this. Can someone help me?
Question
TonyLock
Have a look at this web page:
It's made from the following 2 graphics:
What I'd like to do is make the blue background pulsate/flash in and out like a heart beat using jQuery. I don't want the blue background to disappear, but rather fade in and face out However, since I'm so new to jQuery, I have no idea how to do this. Can someone help me?
Here are my source files: Flashing.zip
I've kept the HTML simple and don't want to add any more HTML/DIVs. can you do this by using minimal HTML?
<!DOCTYPE html> <html> <head> <title>Flash</title> <style> IMG{ BackGround: URL(./Back.png); Height: 333px; Width: 333px; } </style> </head> <body> <img src="Bike.png" /> </body> </html>Thank you.
Link to comment
Share on other sites
4 answers to this question
Recommended Posts