Closed andsala closed 5 years ago
It could be useful to be able to customize $carousel-animation-speed and $carousel-animation-method SASS variables.
$carousel-animation-speed
$carousel-animation-method
Hi,
animation is now handled by JavaScript and you can customize animation for each instance by setting up options duration: 300 and timing: 'ease'
duration: 300
timing: 'ease'
It could be useful to be able to customize
$carousel-animation-speed
and$carousel-animation-method
SASS variables.