苹果动画支持差
.hide-menu { transform: translateX(-100%); // left: 200rpx; } .nav-menu { -webkit-transition: all 0.5s ease- in ; -moz-transition: all 0.5s ease- in ; transition: all 0.2s ease- in ; position: absolute; left: 0rpx; top: 80rpx; z-index: 9999999; width: 75%; height: 1150rpx; overflow: auto; background-color: white; color: #000; font-size: 45rpx; box-sizing: border-box; padding: 55rpx 0; } |
这个实现点击导航栏显示菜单,再点击消失。但是动画效果在安卓上较流畅,苹果上反倒很卡。是运行内存问题?求解决