Yannick Miñano
Results
1
comments of
Yannick Miñano
You need to set horizontal property in `options`. ``` scroll.scrollMore(100, { containerId: "container-tabs", duration: 100, smooth: true, horizontal: true }) scrollMoreLeft() { scroll.scrollMore(-100, { containerId: "container-tabs", duration: 100, smooth: true,...