-
{{ product.dl_count_total|number_format }}
{{ item.dl_count|number_format }} - {{ product.dl_count|number_format }}
-
{{ product.rate_average_2dp }}
({{ product.rate_count|number_format }})
作品内容
フォルダの中にある画像を、高速で切り替えて表示し、
なめらかにアニメーションさせることができます。
フォルダをドラッグドロップすると、アニメーションが始まります。
最後の画像まで行くと、ループします。
アニメーション速度は自由に変えられます。
60fpsが16ms、30fpsが33msとなりますので、
この辺りを参考に指定していただければと思います。
png、jpgファイルに対応しております。
ファイル名は、どのようなものでもお使いいただけます。
(アルファベット順に表示するようになっています。)
























{
const fallbackSrc = '/modpub/images/web/home/not_found_img_main.png'
if (e.target.src === fallbackSrc) return;
e.target.onerror = null;
e.target.src = fallbackSrc;
}"
>