transition: all 0.3s;translate3d(100%, 0, 0);transition-timing-function: 'linear'这个属性在手机上从100%过渡到0 不能触发动画效果,但是从0到100%却有效果 查看完整描述