Control timing of WordPress carousel

Question:

Is there a way to control the timing of the carousel? The images changes a little too fast so I just want to know if I can make a timing change of the carousel.

Answer:

Yes.

In the plugin, carousel editor, step 3 Options tab, click Advanced Options, then in the Advanced Options field, enter:

data-interval="1000" data-transitionduration="500"

The data-interval specifies the time interval (in milliseconds) between each animation, the data-transitionduration defines the speed of each animation (the transition duration in milliseconds).