Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/recidvst/scrambling-letters
JS library for a nice decoding/scrambling effect for text.
https://github.com/recidvst/scrambling-letters
decoding featured front-end javascript js npm npm-package scrambling scrambling-letters
Last synced: 2 months ago
JSON representation
JS library for a nice decoding/scrambling effect for text.
- Host: GitHub
- URL: https://github.com/recidvst/scrambling-letters
- Owner: Recidvst
- License: mit
- Created: 2018-02-26T23:51:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T18:25:59.000Z (about 1 year ago)
- Last Synced: 2024-11-08T05:47:17.623Z (3 months ago)
- Topics: decoding, featured, front-end, javascript, js, npm, npm-package, scrambling, scrambling-letters
- Language: JavaScript
- Homepage: https://scrambling-letters.chris-snowden.me/
- Size: 23.7 MB
- Stars: 55
- Watchers: 5
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![downloads](https://img.shields.io/npm/dt/scrambling-letters.svg)](https://www.npmjs.com/package/scrambling-letters)
![Tests](https://github.com/Recidvst/scrambling-letters/actions/workflows/testing.yml/badge.svg?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/Recidvst/scrambling-letters/badge.svg?branch=master)](https://coveralls.io/github/Recidvst/scrambling-letters?branch=master)
[![npm version](https://img.shields.io/npm/v/scrambling-letters.svg)](https://www.npmjs.com/package/scrambling-letters)
[![status](https://img.shields.io/website?url=https%3A%2F%2Fscrambling-letters.chris-snowden.me%2F)](https://scrambling-letters.chris-snowden.me/)
[![license](https://img.shields.io/github/license/recidvst/scrambling-letters.svg)](https://github.com/Recidvst/scrambling-letters/blob/master/LICENSE)# Scrambling Letters
> A lightweight javascript library for scrambling letters within a piece of text, giving a nice decoding effect.
Loops through any elements with the relevant selector or data attribute and scrambles the letters randomly for a couple of seconds before returning them one by one to their original state or an alternate string.
[**Demo Page**](https://scrambling-letters.chris-snowden.me/ 'Scrambling Letters demo page')
[**Documentation**](https://recidvst.github.io/scrambling-letters/#/ 'Scrambling Letters docs site')