Jump to content

Make image slowly fade in once you enter home page only

Recommended Posts

Try inserting this in your Custom CSS area and experiment with the increasing / decreasing the 1.5s animation value until you get the effect you want.

.homepage #block-yui_3_17_2_1_1611067680935_4040 {
	animation: fade-me-in 1.5s;
}

@keyframes fade-me-in {
  0% {opacity:0;}
  80% {opacity:0;}
  100% {opacity:1;}
}

 

 

Link to comment
  • 2 years later...

Is there a code to do this to Fade Out after a few seconds one the page loads?  I tried messing around with the above shared code using "fade-me-in" and it works but then after the time set at any time frame, the pic will fade as planned, and the pop back up.  I'd like once it fades is stays faded away to 0 until the page is reloaded.  

Link to comment
On 10/6/2023 at 1:27 AM, Turbiville said:

Is there a code to do this to Fade Out after a few seconds one the page loads?  I tried messing around with the above shared code using "fade-me-in" and it works but then after the time set at any time frame, the pic will fade as planned, and the pop back up.  I'd like once it fades is stays faded away to 0 until the page is reloaded.  

Can you share link to page where you have problem? We can take a look easier

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
12 hours ago, tuanphan said:

Can you share link to page where you have problem? We can take a look easier

Sure!  https://www.christurbiville.com

For now I'm just using a hover over the main headshot pic at the top of the page that is over the video background.  Hover and it fades to zero over 2 seconds, and then fades back up if you move away.  I'd like it to just fade away on page load after about 6 seconds and not come back up unless the page is reloaded.  

Thanks!

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.