Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我为自动滚动 0.0333 指定 timeInterval 时,自动滚动看起来很流畅。但是,如果我将 timeInterval 指定为自动滚动 5.0 秒,则自动滚动不会显得平滑。iCarousel 中是否有动画时长?
试试这个。
[_icarousel scrollByNumberOfItems:85 duration:10];//scrolls 85 items in 10 seconds
转到 iCarousel.m 文件并在 setUp 方法中添加以下代码行。
- (void)setUp { _autoscroll=1; }