0.5.0 • Published 1 year ago

shuffle-text v0.5.0

Weekly downloads
423
License
MIT
Repository
github
Last release
1 year ago

ShuffleText

Latest NPM release License

This is the JavaScript library for text effect such as Flash contents.

npm.io

Setup

Script Install

<script src="shuffle-text.js"></script>

NPM Install

$ npm install shuffle-text

If you use this js library in es6.

import ShuffleText from "shuffle-text";

Demo

npm.io

https://ics-ikeda.github.io/shuffle-text/examples/plain/

Basic Usage Example

<!DOCTYPE html>
<html>
<head>
  <script src="shuffle-text.js"></script>
</head>
<body>
  <h1 id="myText">This is a ShuffleText.js Examle</h1>
  <script>
    var el = document.getElementById("myText");
    var text = new ShuffleText(el);
    text.start();
  </script>
</body>
</html>

Showcase

npm.io

ClockMaker Labs - Interaction Design × Web Technology

npm.io

Beautifl - Flash Gallery of wonderfl

npm.io

日本全国花粉飛散マップ Pollen Map in Japan | ICS

APIs

Constructor

new ShuffleText(element)

API Reference is here.

0.5.0

1 year ago

0.4.0

2 years ago

0.3.6

3 years ago

0.3.5

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.1

5 years ago

0.3.0

6 years ago

0.2.8

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago