swiper组件滑动结束偶现animationfinish事件不触发,请问有什么解决办法?

如图,我在swiper组件上绑定了change和animationfinish事件,并在回调方法里面加了打印。可以看到,最后当change事件的event.detail.current为23时,swiper已经停止滑动了,但是并没有触发animationfinish事件(没有console)。
复现场景:快速滑动swiper。我不知道跟我再swiper-item里面使用video和动态往swiper里面加item有没有关系。
