vue-text-marquee

A Vue component to Marquee. Just used CSS3 animation.

Global Usage

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

Use in .vue file

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

Prop

  • speed {Number} , scrolling speed, default 50
  • content {String} , scrolling content, you can also use default slot instead.

GitHub

A Vue component to Marquee. Just used CSS3 animation.Read More

Latest commit to the master branch on 12-10-2022
Download as zip