Whether row starts over after its last frame.
row
@override bool loops(int row) { final slot = _slots[row]; return slot.sprite.loops(slot.row); }