Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

151
Views
Owl Carousel fade effect doesn't work when you drag or swipe

The fade effect works properly when you click on the dots or arrows. But when you swipe or drag, it's sliding. How can I make fade effect for dragging too?

You can see an exaple on the Owl Carousel demo: https://owlcarousel2.github.io/OwlCarousel2/demos/animate.html - when you click dots - it's fading, but when you drag - it's sliding.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Only by css, for ex.:

.owl-item {
    opacity: 0.4;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.owl-item.active {
    opacity: 1;
}

But visually, swiping/sliding will occur, but the new slide will appear with the effect. You can also disable drag by options:

mouseDrag: false,
touchDrag: false,
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!