vue-text-marquee
A Vue component to Marquee. Just used CSS3 animation.
Global Usage
Use in .vue
file
Prop
speed
{Number}
, scrolling speed, default50
content
{String}
, scrolling content, you can also use default slot instead.
A Vue component to Marquee. Just used CSS3 animation.
.vue
filespeed
{Number}
, scrolling speed, default 50
content
{String}
, scrolling content, you can also use default slot instead.