苹果10以上切后台触发onHide() animation-play-state:paused无效
苹果10以上
1.跳转触发 onHide() animation-play-state:pause会暂停(正常,达到预期效果)
2.切后台触发onHide() animation-play-state:pause 还会继续走一段时间或者没停(不正常)
不知道是onHide()触发机制不同导致的 还是 animation-play-state:pause 本身动画问题