私はswipejsを実装しようとしています。https://github.com/bradbirdsall/Swipeの手順と、これを使用しようとしているサイトhttp://bannisterwebdesign.co.uk/testing/です。
スライドショーは表示されていますが、アニメーション化されていません。以下を外部ファイルに追加し、指示に従って他のすべてを実行しました。
window.slider = new Swipe(document.getElementById('slider'), {
startSlide: 1,
speed: 400,
auto: 3000,
continuous: true,
disableScroll: false,
stopPropagation: false,
callback: function(index, elem) {},
transitionEnd: function(index, elem) {}
});
誰かがアニメーション化されていない理由を理解できますか?
ありがとうございました!