setContentOffset:animated: has no animation effect on iPhone13

When I use UICollectionView on iPhone13 and the latest devices, [collectionView setContentOffset:CGPointMake(100, 0) animated:YES] will cause caton. animated:YES has no animation effect, but this method works well on other devices, They are IOS 15.0.2 systems