All Projects → satrong → vue-text-marquee

satrong / vue-text-marquee

Licence: other
A Vue component to Marquee. Just used CSS3 animation.

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to vue-text-marquee

Vue Currency Filter
🍒 Lightweight vue currency filter based on accounting.js
Stars: ✭ 226 (+841.67%)
Mutual labels:  vue2
Vue Firebase Auth Vuex
Vue Firebase🔥 Authentication with Vuex
Stars: ✭ 248 (+933.33%)
Mutual labels:  vue2
react-marquee
react无缝滚动组件
Stars: ✭ 27 (+12.5%)
Mutual labels:  marquee
Vue Marquee Text Component
[CSS GPU Animation] Marquee Text for vuejs
Stars: ✭ 226 (+841.67%)
Mutual labels:  vue2
Vue Mapbox Gl
A Vue.js component for Mapbox GL JS
Stars: ✭ 242 (+908.33%)
Mutual labels:  vue2
Vue Cnode
🔥Vue.js打造一个开源的CNode社区。CNode by Vue.js
Stars: ✭ 249 (+937.5%)
Mutual labels:  vue2
Vuetheme
WordPress theme using Rest API and Vue.js
Stars: ✭ 219 (+812.5%)
Mutual labels:  vue2
marquee-ora
A tool to create an ora compatible spinner object that behaves like a scrolling marquee
Stars: ✭ 73 (+204.17%)
Mutual labels:  marquee
Login
Vue + Vue-router + Vuex 实现前端页面及逻辑,Express 实现注册登录登出的RestFul API 。
Stars: ✭ 246 (+925%)
Mutual labels:  vue2
RollingNotice-Swift
滚动公告、广告,支持灵活自定义cell。淘宝、口碑、京东、美团、天猫等等一切滚动广告 Roll Notice or Advertising, customize cell as UITableViewCell supported, Swift version is also ready
Stars: ✭ 109 (+354.17%)
Mutual labels:  marquee
Vue Echo
Vue integration for the Laravel Echo library.
Stars: ✭ 229 (+854.17%)
Mutual labels:  vue2
Vue2 Scrollbar
The Simplest Pretty Scroll Area Component with custom scrollbar for Vue 2. https://bosnaufal.github.io/vue2-scrollbar
Stars: ✭ 233 (+870.83%)
Mutual labels:  vue2
Vue Form Json Schema
Create forms using JSON schema. Bring your components!
Stars: ✭ 253 (+954.17%)
Mutual labels:  vue2
Vue Easy Gantt
A simple Vue.js gantt chart plugin for presenting weekly tasks
Stars: ✭ 226 (+841.67%)
Mutual labels:  vue2
vue-ray
Debug your Vue 2 & 3 code with Ray to fix problems faster
Stars: ✭ 48 (+100%)
Mutual labels:  vue2
Vuemmerce
👉 Responsive ecommerce template 🛒 built with Vue.js and Nuxt.js
Stars: ✭ 223 (+829.17%)
Mutual labels:  vue2
Vue2 Daterange Picker
Vue2 date range picker
Stars: ✭ 248 (+933.33%)
Mutual labels:  vue2
vue-string-filter
✂️ Vue 2.x lightweight string manipulation filter
Stars: ✭ 38 (+58.33%)
Mutual labels:  vue2
vue-toast
vue.js toast tips 提示文本 Vue1.0&2.0
Stars: ✭ 17 (-29.17%)
Mutual labels:  vue2
Marquee
A powerful implementation of Marquee(scrolling text or label) in SwiftUI, which supports any content view, including text(label), image, video, etc.
Stars: ✭ 44 (+83.33%)
Mutual labels:  marquee

vue-text-marquee

Online Demo

Install

npm i vue-text-marquee

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)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].