HTML
<ul ></li>
    ...
</ul>
 
JS
 
 $("#id名").simplyScroll();
 
选项
 
Property Default Description
className 'smooth-scroll' Class name for styling
frameRate 24 Number of movements/frames per second
speed 1 Number of pixels moved per frame
horizontal true Direction of movement: false for vertical
autoMode 'off' 'loop' or 'bounce' (disables buttons)
pauseOnHover true Pause scroll on hover (auto only)
flickrFeed '' URL of flickr feed to use for Image JSON
jsonSource '' Local URL for JSON image data (see source code)
jsonImgWidth 240 Image width for Flickr/JSON data only
jsonImgHeight 180 Image height for Flickr/JSON data only

相关文章:

  • 2021-11-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-04
  • 2021-10-14
  • 2022-02-09
猜你喜欢
  • 2018-08-23
  • 2022-01-15
  • 2022-12-23
  • 2022-12-23
  • 2021-07-06
  • 2021-10-11
相关资源
相似解决方案