以下の内容はhttps://tech.motoki-watanabe.net/entry/2019/05/25/165535より取得しました。


jQueryで遅延実行したいとき、delayしてqueue

github.com

$("img.js-top-img:nth-of-type(1), img.js-top-img:nth-of-type(2), img.js-top-img:nth-of-type(3), img.js-top-img:nth-of-type(4), img.js-top-img:nth-of-type(5)").delay(delayNum).queue(function () {
  // スライド
  $("img.js-top-img:nth-of-type(1), img.js-top-img:nth-of-type(2), img.js-top-img:nth-of-type(3)").css({
    "transform": "translateX(-" + imgTopWidth * 0 + "px)"
  }).dequeue();
  $("img.js-top-img:nth-of-type(4), img.js-top-img:nth-of-type(5)").css({
    "transform": "translateX(-" + imgTopWidth * 5 + "px)"
  }).dequeue();
})

のようにやると、遅延実行が出来ます。




以上の内容はhttps://tech.motoki-watanabe.net/entry/2019/05/25/165535より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14