teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

dummyに修正

2018/01/23 05:47

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  ```ここに言語を入力
7
7
  const $element = $j('.hanabira-anime');
8
- const imagePath = 'http://sapporo.tkonet.biz/umekaku/';
8
+ const imagePath = 'dummy/';
9
9
  const totalFrames = 100;
10
10
  const animationDuration = 10000;
11
11
  const timePerFrame = animationDuration / totalFrames;