質問編集履歴
1
dummyに修正
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 = '
|
8
|
+
const imagePath = 'dummy/';
|
9
9
|
const totalFrames = 100;
|
10
10
|
const animationDuration = 10000;
|
11
11
|
const timePerFrame = animationDuration / totalFrames;
|