zoltar451 Posted November 3, 2020 Share Posted November 3, 2020 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 Link to comment
Solution Beyondspace Posted November 4, 2020 Solution Share Posted November 4, 2020 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 } Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
zoltar451 Posted November 4, 2020 Author Share Posted November 4, 2020 thank you so much, that worked perfectly! Beyondspace 1 Link to comment
zoltar451 Posted November 4, 2020 Author Share Posted November 4, 2020 Hello, I’ve noticed that when you now click on the thumbnails on tablet/smartphone, the project title doesn’t show up. Can you help? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment