收藏
回答

scroll-view 横向自动滚动添加scroll-with-animation后事件触发异常?

<view class="container">
    <image class="ic_msg" src="images/ic_msg.png"></image>
    <scroll-view class="announcement-container" scroll-x scroll-left="{{scrollLeft}}" lower-threshold="{{lower}}" bindscrolltolower ="scrollToLower"
    >{{content}}</scroll-view>
    <image class="btn_msg_del" src="images/btn_msg_del.png"></image>
</view>

需求是实现横向走马灯功能

使用了<scroll-view>后添加了过渡scroll-with-animation后,无法触发bindscrolltolower的情况,过程中有明显的一次抖动情况,后将bindscrolltolower更换为bindscroll后,发现在抖动处才会触发一次

scroll-with-animation删除后触底事件和滚动时触发事件才正常

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

3 个回答

  • A.G.A.I.N
    A.G.A.I.N
    2022-04-25

    以真机为准

    2022-04-25
    有用 1
    回复
  • Cjiang
    Cjiang
    2022-04-25

    以真机为准

    2022-04-25
    有用
    回复
  • 叶断痕
    叶断痕
    2022-04-25

    目前发现是开发者工具是会出现这个问题,真机没有

    2022-04-25
    有用
    回复
登录 后发表内容