Hello, i just made my shopify store and enabled the ‘show second image on hover’ and i love it, but it is a little to fast. Does anybody know how to make this a little bit slower?
Theme: Taste
link:https://e8aaa0-3.myshopify.com/
password: mohwhi
Hello, i just made my shopify store and enabled the ‘show second image on hover’ and i love it, but it is a little to fast. Does anybody know how to make this a little bit slower?
Theme: Taste
link:https://e8aaa0-3.myshopify.com/
password: mohwhi
Hi @PRETTYFRIDAYS ,
Please follow these steps:
Step 1: Go to Edit code
Step 2: Go to CSS file, maybe base.css or theme.css
Step 3 : Add the code
.media > img {
transition: opacity 3s cubic-bezier(.25, .46, .45, .94) !important;
}
**I hope this helps! If it works for you, please mark it as a solution. I am very happy about that. Have a great day! @PRETTYFRIDAYS **
Thank you so much, it tooks me a day to find this solution, I have Dawn theme, this is perfect and very effective/smart solution!