Home › Forums › CSS › Owl Carousel 2 problem with overflow hidden › Reply To: Owl Carousel 2 problem with overflow hidden
September 9, 2018 at 6:31 am
#276434
Participant
Do you think we can move the tooltip outside the slider ?
That’s feels like over-complicating things.
For me having a transition on the opacity makes it look better, and in a way also more natural:
.owl-item {
opacity: 0;
transition: opacity .75s linear;
}