0.0.2 • Published 6 years ago
npx-marquee-super v0.0.2
npx-marquee-super
基于Angular8.0的滚动插件
使用
第一步
// 注入模块
import { NpxMarqueeSuperModule } from 'npx-marquee-super';
imports: [
NpxMarqueeSuperModule
],第二步
// 组件中调用
<lib-npx-marquee-super [speed]="100" [direction]="'left'">
</lib-npx-marquee-super>参数
| 参数 | 说明 | 类型 | 默认值 | |
|---|---|---|---|---|
speed | 速度 | number | - | |
direction | 方向 | left | - | top |
#License MIT License