Jump to content

create delay for down arrow

Recommended Posts

  • Replies 4
  • Views 501
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

  • 4 weeks later...

To do this, you can follow.

#1. First, you need to find Code Block ID.

In my example, it is:

#block-yui_3_17_2_1_1729047562015_20924

#2. Next, use this code to Custom CSS box

#block-yui_3_17_2_1_1729047562015_20924 {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in-out;
  animation: showElement 0s 4s forwards;
}

@keyframes showElement {
  to {
    opacity: 1;
    visibility: visible;
  }
}

image.thumb.png.574a06b69a9dc4f646cdec7afd73251e.png

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

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.