@media screen and (min-width: 768px) {
.tweak-product-basic-item-gallery-design-carousel .ProductItem-gallery-slides-item.going-next.selected {
animation: fadein .5s;
}
}
@media screen and (min-width: 768px){
.tweak-product-basic-item-gallery-design-carousel .ProductItem-gallery-slides-item.going-next.prev-slide {
animation: none;
}
}
Adding this almost works but when I go through the carousel a second time, the final image stays put leaving a jarring animation effect.