lottieを使ってWebにデモ動画を追加したのですが、再生速度が速すぎます。どうすれば通常の速度に到達できますか? 下のリンクは問題のアニメーションです。
問題動画リンク:https ://saybgm.github.io/Lottie_example/
私のアニメーション: https://youtu.be/CcHT7VgUF38
After Effect aep ファイル : https://drive.google.com/file/d/1YGqgiuU-hU5Raq2WXu3r1ZrCANXB_Gw9/view?usp=sharing
私のコード
var animate = lottie.loadAnimation({
container: document.getElementById("hello"),
renderer: 'svg',
autoplay: true,
loop:true,
path: 'animation2.json'})