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.
- Host: GitHub
- URL: https://github.com/codrops/TypeShuffleAnimation
- Owner: codrops
- License: mit
- Created: 2023-02-08T15:11:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-08T15:52:25.000Z (almost 3 years ago)
- Last Synced: 2024-11-06T22:41:28.250Z (about 1 year ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 299
- Watchers: 7
- Forks: 60
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Type Shuffle Animation
A shuffling type animation based on [this effect](http://lcd.ertdfgcvb.xyz/).

[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)