ステータス1:
ステータス2:
duration (処理全体の秒数) :
endDelay (終了後の待機秒数) :
// アニメーション処理を実行 (animation1、animation2 共通で設定される)
const options = {
     duration: "4000"
     endDelay: "4000"
};

dom_rect.animate(keyframes, options);