收藏
回答

IOS border-radius+overflow:hidden

框架类型 问题类型 操作系统 操作系统版本 手机型号 微信版本
小程序 Bug iOS 12.1.4 iPhone 7 Plus 7.0.3

页面上下滑动,或者切换页面class时会导致一些元素闪动,有时会导致不停闪动(一闪一闪亮晶晶)

bug视频:https://cs.imvico.com/bug2.mp4

代码片段:https://developers.weixin.qq.com/s/XMESW3mg7u77

回答关注问题邀请回答
收藏

1 个回答

  • 2019-03-22

    .packageclickitemborder {

    width: 120rpx;

    height: 120rpx;

    position: absolute;

    top: 50%;

    left: 50%;

    margin: -60rpx;

    background: linear-gradient(to right, #fff, #d0a86e);

    animation: rotate 1s linear 0s infinite;

    }

    为什么要加动画?

    2019-03-22
    有用
    回复 1
    • 刻骨铭心
      刻骨铭心
      2019-03-22

      UI要这样的对比度强的动画效果

      2019-03-22
      回复
登录 后发表内容