1.1.0 • Published 5 years ago

vue-text-marquee v1.1.0

Weekly downloads
78
License
-
Repository
github
Last release
5 years ago

vue-text-marquee

Online Demo

Global Usage

import Vue from 'vue';
import VTextMarquee from 'vue-text-marquee';
Vue.use(VMarquee);

Use in .vue file

import { VTextMarquee } from 'vue-text-marquee';
export default {
    component: {
        VTextMarquee: VTextMarquee
    }
}

Prop

  • speed {Number} , scrolling speed, default 50
  • content {String} , scrolling content, you can also use default slot instead.
  • animate {Boolean} , control the animation is running or pause, default true.(Used css3's animation-play-state)
1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago