Jump to content

Thumbnail Customisation

Recommended Posts

Posted

Site URL: http://www.jules-hunt.com

Hello

Can anyone help me smooth out the transitions on my thumbnails, so they don't flicker as you move the cursor off the thumbnail?

They appear to blink as the cursor moves off the title and it flicks back to the thumbnail, whereas I'd like a smoother transition.

I am using the Kester template.

Thanks

  • Replies 3
  • Views 685
  • Created
  • Last Reply
Posted
17 hours ago, zoltar451 said:

Site URL: http://www.jules-hunt.com

Hello

Can anyone help me smooth out the transitions on my thumbnails, so they don't flicker as you move the cursor off the thumbnail?

They appear to blink as the cursor moves off the title and it flicks back to the thumbnail, whereas I'd like a smoother transition.

I am using the Kester template.

Thanks

You could try to replace your current custom css with this

.tweak-portfolio-grid-overlay-show-text-after-hover .portfolio-grid-overlay .grid-item .portfolio-text, .tweak-portfolio-grid-overlay-show-text-after-hover .portfolio-grid-overlay .grid-item .portfolio-overlay {
  opacity: 0;
}
.tweak-portfolio-grid-overlay-show-text-after-hover .portfolio-grid-overlay .grid-item:hover .portfolio-overlay, {
  opacity: 1;
}
.portfolio-grid-overlay .grid-item .portfolio-overlay {
    transition: background-color 200ms, opacity 200ms ease-in-out;
}
.grid-item[href*="lmon"] .portfolio-overlay {
    background: orange
}

.grid-item[href*="primevideo"] .portfolio-overlay {
    background: red
}

.grid-item[href*="brossbennett"] .portfolio-overlay {
    background: #20b2aa
}

.grid-item[href*="betfair"] .portfolio-overlay {
    background: gold
}

.grid-item[href*="guardian"] .portfolio-overlay {
    background: pink
}

.grid-item[href*="nikerunning"] .portfolio-overlay {
    background: #f0f
}

.grid-item[href*="crystal-fighters"] .portfolio-overlay {
    background: #228b22
}

.grid-item[href*="sapientnitro"] .portfolio-overlay {
    background: #f5f5f5
}

.grid-item[href*="roberts"] .portfolio-overlay {
    background: #2e8b57
}

image.thumb.png.12c67e65506cdabdfdf9fd8c8274362f.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </>  🗓️ Delivery Date Picker (Date picker form field)
Gallery block 7.1 workaround </> 🤖 Ask me anything

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.