Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はそれに問題があります。スワイパーのモードを「水平」から「垂直」に動的に変更したい(たとえば、ボタンを押したとき)。しかし、私はそれを行う方法の手がかりがありません!使っtopSwiper.param('mode', 'vertical')てみtopSwiper.params.mode = 'vertical'たところ、APIに書いてあったようなのですが、うまくいきません。多分誰かがそれを解決する方法について考えを持っていますか?
topSwiper.param('mode', 'vertical')
topSwiper.params.mode = 'vertical'