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

https://github.com/codrops/TypeShuffleAnimation

A shuffling type animation based on the effect seen on LCD 1.
https://github.com/codrops/TypeShuffleAnimation

Last synced: 10 months ago
JSON representation

A shuffling type animation based on the effect seen on LCD 1.

Awesome Lists containing this project

README

          

# Type Shuffle Animation

A shuffling type animation based on [this effect](http://lcd.ertdfgcvb.xyz/).

![Type Shuffle](https://tympanus.net/codrops/wp-content/uploads/2023/02/typeshuffle.jpg)

[Article on Codrops](https://tympanus.net/codrops/?p=70337)

[Demo](http://tympanus.net/Development/TypeShuffleAnimation/)

## Installation

Install dependencies:

```
npm install
```

Compile the code for development and start a local server:

```
npm start
```

Create the build:

```
npm run build
```

## Misc

Follow Codrops: [Twitter](http://www.twitter.com/codrops), [Facebook](http://www.facebook.com/codrops), [GitHub](https://github.com/codrops), [Instagram](https://www.instagram.com/codropsss/)

## License
[MIT](LICENSE)

Made with :blue_heart: by [Codrops](http://www.codrops.com)