buromaak Posted June 27, 2022 Share Posted June 27, 2022 Site URL: https://clover-duck-epye.squarespace.com/config/pages Hi All, I have been struggling with creating a smooth zoom-in hover effect over images (block image poster layout) and a smooth zoom-out when not hovering. This works now which is great. Unfortunately when reloading my page, the images start out distorted and slowly get back to normal (the duration of my hover effect...). Any help would be much appreciated! Thanks in advance! My custom css: /* Zoom on hover image*/ .sqs-block-image .design-layout-poster{ -webkit-transition: all 4s ease; -o-transition: all 4s ease; transition: all 4s ease; img{ -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 4s ease!important; -o-transition: all 4s ease!important; transition: all 4s ease!important; } &:hover img{ -webkit-transform: scale(1.15); -ms-transform: scale(1.15); transform: scale(1.15); } } Link to comment
tuanphan Posted June 30, 2022 Share Posted June 30, 2022 Your site is private. Can you setup password & share url again? We can check easier 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
buromaak Posted June 30, 2022 Author Share Posted June 30, 2022 Sorry, Done! password: buromaak123 https://clover-duck-epye.squarespace.com/config/design Link to comment
tuanphan Posted July 1, 2022 Share Posted July 1, 2022 On 6/30/2022 at 2:11 PM, buromaak said: Sorry, Done! password: buromaak123 https://clover-duck-epye.squarespace.com/config/design Hi. Which page are you referring to? https://clover-duck-epye.squarespace.com/?noredirect 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment