Scales down the slider as you click and drag on it.
Add the Below to the Csutom CSS area.
/**
* Collection Carousel
* Rubber Band Effect
* From Will-Myers.com
**/
[data-wm-plugin="collection-carousel"] .collection-carousel{
transition: 0.3s ease;
&:active {
transform: scale(0.97);
}
}