duration :
// アニメーション処理を実行(javascriptから抜粋)
const options = {
duration: "
"
iterations: Infinity
};
dom_rect.animate(keyframes, options);