fpsを使用する場合、1つの大きなキャンバスを使用して常に再描画する方が速いですか、それとも小さなキャンバスをたくさん用意して再描画の頻度を減らしますが、このようなアニメーションにはcss3を使用しますか?
<canvas id="1" width="60px" height="60px"></canvas>
<canvas id="2" width="60px" height="60px"></canvas>
<canvas id="3" width="60px" height="60px"></canvas>
<canvas id="4" width="60px" height="60px"></canvas>