ステータス1:
ステータス2:
forwards (再生後、キーを最後のフレームで保持)
backwards(再生前、キーを最初のフレームに保持)
both (両方を適用する)
none (どちらも適用しない)
duration (処理全体の秒数) :
endDelay (終了後の待機秒数) :
// アニメーション処理を実行 (animation1、animation2 共通で設定される)
const options = {
     duration : 5000
     endDelay : 5000
     delay : 3000
     fill :
};

dom_rect.animate(keyframes, options);