desandro / 3dtransforms

:package: Introduction to CSS 3D transforms
https://3dtransforms.desandro.com/
1.01k stars 163 forks source link

Increase or decrease carousel item #25

Closed anisur3036 closed 6 years ago

anisur3036 commented 6 years ago

How will i increase or decrease carousel item without browser refresh?

desandro commented 6 years ago

In the demo, you can change value="9" of the .cells-range slider.

<input class="cells-range" type="range" min="3" max="15" value="9" />

This sets cellsCount in the JavaScript.

anisur3036 commented 6 years ago

Wow! I got it. Thank you so much.