Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 982 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 982 Bytes

jQuery滚动插件

此插件可实现marquee标签类似功能,支持左右横向滚动,向上滚动


##dom格式

  • MacBook
  • MacBook Pro
  • MacBook Air
  • Apple Watch
  • iPhone
  • iPad

##用法 1、使用dom元素data-*配置参数

$(".landscape").marquee();

2、使用初始化参数

(".landscape").marquee({ direction:"right", speed: 50, width:10000 });
(".vertical").marquee({ direction:"up", speed: 50 });

##参数说明

  • direction 滚动方向 字符型 可取值 left | right | up 默认值left
  • speed 滚动速度 数值型 默认值 50
  • width marquee-container容器宽度 数值型 默认值 10000 向上滚动此参数无效