1.在首页的home.html中,加入ion-sliders
2.其中的autoplay为自动轮播,单位毫秒
3.在home.ts中加入数据
4.ion-sliders标签的附件属性
autoplay值是number,自动播放功能,默认值是null,也不自动翻页,如果赋值的话,就会自动播放,以毫秒为单位,不循环。
control值是slides 传入一个或者一组Slide实例化对象,通过当前slide来控制这些slides.
dir值是字符串形式 如果dir属性值等于rtlinteral_rtl等于ture;
direction默认值是"horizontal",还可以设置成“vertical";
effect用于设置动画效果,默认值是”slide”,其他值有:slide, fade, cube, coverflow, flip;
initialSlide设置slide初始索引值,默认值是0;
loop默认false,设置成true,就会无限循环。
pager默认false,设置成true,底部就会有小点点。
paginationType楼上pager的样式,默认值为‘bullets’,‘fraction’, ‘progress’
parallax如果设置为true,开发者可以在slider里面使用parallaxed元素;
slidesPerView默认值是1,
spaceBetween每个slide之间的距离 默认值0;
speed滑动用时,默认值300;
zoom默认false,如果设置为true,