An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# jam-span
A VueJS component to perform a jumping text with radio jam effect

![demo.gif](demo.gif "demo.gif")

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/