gpt4 book ai didi

javascript - 切换 ionic 滑动框 "does-continue"

转载 作者:行者123 更新时间:2023-11-30 00:32:29 26 4
gpt4 key购买 nike

我目前正在构建一个包含大量元素的幻灯片框。我从 here 中列出的示例中获取了代码对于无限数量的元素,它在性能方面运行良好。

然而,由于我实际上拥有大量但数量有限的元素,所以我希望在我到达收藏的末尾时让幻灯片框停止循环。由于上述实现依赖于循环缓冲区,我的首选方法是根据我在较大集合中的位置简单地打开或关闭“does-continue”属性。

有没有办法做到这一点?我似乎无法在允许这种行为的幻灯片框委托(delegate)上找到一个方法,而且我似乎也无法将 bool 表达式绑定(bind)到 HTML 中的 does-continue 属性。或者,是否有另一种方法可以有效地处理 Ionic slidebox 中大量但非无限数量的元素?

最佳答案

我知道这已经有一段时间了,所以我希望你能同时解决这个问题。 travisdahl 更新了帖子在 original thread 上你提到了我在这里引用的内容。

UPDATE: So I was able to prevent scrolling by using $ionicSlideBoxDelegate.$getByHandle('slideshow-slidebox')._instances[0].loop(false); if im on the first or last slide but the trickier part is when you arrive at the slide it has to be the head (if its your lower bound) or the tail (if its your higher bound). This is more difficult than I anticipated.

关于javascript - 切换 ionic 滑动框 "does-continue",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28812049/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com