How to eliminate fading effect on product images?

hi everyone,

when I hove my product pictures it still fades very hard. is there any way I can change that? so when I hover over the pictures it doesn’t fade but instantly switches between pictures?

www.gallerychristian.com

password: Christianshop123

thank you!

@christian_russo , do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find **Asset > base.**css and paste this at the bottom of the file:
.underline-links-hover *{
    transition: unset !important
}

Kind regards,
Diego