RxDataSources collection view cell always uses fade for insert cell animation, can't change to a different animation
问题 I am having an issue with cell animations using RxSwift on a UICollectionView , my simple setup is as follows: collectionView.register(UINib(nibName: "CustomCollectionCell", bundle: nil), forCellWithReuseIdentifier: "cell") let dataSource = RxCollectionViewSectionedAnimatedDataSource<SectionOfCustomDataAnimated>( animationConfiguration: AnimationConfiguration(insertAnimation: .bottom, reloadAnimation: .bottom, deleteAnimation: .bottom), configureCell: { dataSource, cv, indexPath, element in