前端之家收集整理的这篇文章主要介绍了
使用ionic在首页新闻中应用到的跑马灯效果的实现方法,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
在app中经常会有滚动的跑马灯效果的运用,如图所示为跑马灯效果:
代码如下:
html:
Box {
width: 100%;
z-index: 99;
position: absolute;
top: 0;
color: #000;
}
.shouRight {
width: 100%;
z-index: 9999;
position: absolute;
top: 0;
height: 30px;
color: #000;
overflow: hidden;
line-height: 30px;
}