javascript - owl carousel 2 same dots transition speed -


i have 1 item carousel set in way

owl.owlcarousel({     items:1,     loop:true,     autoplay:true,     autoplaytimeout:5000,     autoplayhoverpause:true,     autoplayspeed: 1000,     dotsspeed: 1000 }); 

enter image description here

when go 1 2 (or between 2 points lying next each other) transition delay 1 seconds (expected) when go 1 4 transition takes more time.

i want transition speed same (1s) regardless distance of points.

to clarify, when in dot 1 , move dot 2, want element in slide 2, delays 1 seconds in showing , , when going 1 4 element in slide 4 delays 1 seconds in showing too.

here jsfiddle example

note in jsfiddle put span.test has 1s delay animation when slide move in auto play or go 1 2 when finished transition, span.test appear when go 1 4 span.test arrive showing.

i grateful if can me


Comments

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -