Jump to content

How to slow hover timing on jasper?

Recommended Posts

  • Replies 1
  • Views 102
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

I have this code which slows up the hover transition for my site. 

<style>
  #projectThumbs .project:hover .project-title {
      transition: 2.0s ease-in-out ;
  }
</style>

<style>a.project img {
    filter: grayscale(0);
}
a.project:hover img {
   
transition: 2.0s ease-in-out ;
  }
</style>

 

Assuming that the images are on a portfolio or project page. This code should work for you in advanced header of the page:

<style>

a.project:hover img {
   
transition: 2.0s ease-in-out ;
  }
</style>

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.