https://github.com/zgldh/jam-span
A VueJS component to perform a jumping text with radio jam effect
https://github.com/zgldh/jam-span
Last synced: 11 days ago
JSON representation
A VueJS component to perform a jumping text with radio jam effect
- Host: GitHub
- URL: https://github.com/zgldh/jam-span
- Owner: zgldh
- License: mit
- Created: 2017-06-06T17:05:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-20T10:23:03.000Z (over 6 years ago)
- Last Synced: 2026-05-28T09:09:44.354Z (19 days ago)
- Language: Vue
- Size: 349 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jam-span
A VueJS component to perform a jumping text with radio jam effect

How to use?
In JavaScript:
```
import JamSpan from 'JamSpan.vue';
Vue.component('jam-span', JamSpan);
```
In HTML:
```
```
Or just watch this: https://jsfiddle.net/zgldh/vtpphau7/