Feds Posted July 24, 2020 Posted July 24, 2020 Site URL: https://carnation-cardioid-yc95.squarespace.com Hello everyone, I set up a hover effect on my images, which reduces opacity once hovered. However, the change appears quite abrupt, I would like it to be more gradual/smoother. Does anyone know a way to do it with a code? pw: mount$% Many thanks, Federica
derricksrandomviews Posted July 24, 2020 Posted July 24, 2020 Is this a portfolio page? If so this should work in the page advanced header code injection, you can adjust the number to make the transition shorter or longer: <style> #projectThumbs .project:hover .project-title { transition: 1.5s } </style>
rwp Posted July 24, 2020 Posted July 24, 2020 .image-block { transition: opacity 1200ms ease-in-out !important; } Design -> custom css
Recommended Posts
Archived
This topic is now archived and is closed to further replies.