All Projects → ics-ikeda → shuffle-text

ics-ikeda / shuffle-text

Licence: other
"shuffle-text" is JavaScript text effect library such as cool legacy of Flash.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to shuffle-text

UGUI-Effect
Efectos para la nueva UI
Stars: ✭ 14 (-84.95%)
Mutual labels:  effects
purescript-smash
An "extensible coeffect" system built out of comonads and Day convolution.
Stars: ✭ 36 (-61.29%)
Mutual labels:  effects
pi-stomp
pi-stomp is a DIY high definition, multi-effects stompbox platform for guitar, bass and keyboards
Stars: ✭ 42 (-54.84%)
Mutual labels:  effects
effector-reeffect
Concurrent effects for Effector ☄️
Stars: ✭ 56 (-39.78%)
Mutual labels:  effects
images-processing
Project of computational mathematics, image processing, eliminating the noise of an image, reflection of an image and canny filter
Stars: ✭ 23 (-75.27%)
Mutual labels:  effects
NNAOTest
Neural Network Ambient Occlusion for Unity
Stars: ✭ 72 (-22.58%)
Mutual labels:  effects
effet
An effect system based on type classes, written in Haskell.
Stars: ✭ 36 (-61.29%)
Mutual labels:  effects
razer-cli
CLI for configuring Razer devices
Stars: ✭ 46 (-50.54%)
Mutual labels:  effects
eruption
Realtime RGB LED Driver for Linux
Stars: ✭ 140 (+50.54%)
Mutual labels:  effects
AudioEffectDynamics
Dynamics Processor (Gate, Compressor & Limiter) for the Teensy Audio Library
Stars: ✭ 23 (-75.27%)
Mutual labels:  effects
waveguide
An effect/IO datatype in typescript
Stars: ✭ 102 (+9.68%)
Mutual labels:  effects
ReduxSimple
Simple Stupid Redux Store using Reactive Extensions
Stars: ✭ 119 (+27.96%)
Mutual labels:  effects
L5P-Keyboard-RGB
Cross platform software to control the lighting of the 4 zone keyboard included in the 2020 and 2021 lineup of the Lenovo Legion laptops. Works on Windows and Linux.
Stars: ✭ 79 (-15.05%)
Mutual labels:  effects
online-training
Online Training website using ASP.Net Core 2.0 & Angular 4
Stars: ✭ 26 (-72.04%)
Mutual labels:  effects
bow-openapi
🌐 Functional HTTP client generator from an OpenAPI/Swagger specification.
Stars: ✭ 47 (-49.46%)
Mutual labels:  effects
UnityChanToonShaderVer2 VerticalDissolve
UnityChanToonShaderVer2 with VerticalDissolve
Stars: ✭ 31 (-66.67%)
Mutual labels:  effects
arduino-audio-tools
Arduino Audio Tools (Music Player, Music Recorder supporting I2S, Microphones, DAC, ADC, A2DP, Url, MP3, AAC, AudioKit, ES8388)
Stars: ✭ 393 (+322.58%)
Mutual labels:  effects
limitless-engine
OpenGL C++ Graphics Engine
Stars: ✭ 95 (+2.15%)
Mutual labels:  effects
FoundryVTT-Sequencer
This module implements a basic pipeline that can be used for managing the flow of a set of functions, effects, sounds, and macros.
Stars: ✭ 25 (-73.12%)
Mutual labels:  effects
GlowButton
Beautify your layouts with glowing buttons. Support with a ⭐️ Contributions are welcome! 🙌
Stars: ✭ 54 (-41.94%)
Mutual labels:  effects

ShuffleText

Latest NPM release License

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

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

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

ClockMaker Labs - Interaction Design × Web Technology

Beautifl - Flash Gallery of wonderfl

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

APIs

Constructor

new ShuffleText(element)

API Reference is here.

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].