Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codrops/TypeShuffleAnimation
/ functions
Functions
16 in github.com/codrops/TypeShuffleAnimation
⨍
Functions
16
◇
Types & classes
6
↓ 16 callers
Method
set
* @param {string} value
src/js/typeShuffle.js:64
↓ 5 callers
Method
getRandomChar
* * @returns {string} a random char from this.lettersAndSymbols
src/js/typeShuffle.js:148
↓ 4 callers
Method
clearCells
* clear all the cells chars
src/js/typeShuffle.js:137
↓ 2 callers
Function
randomNumber
(min, max)
src/js/utils.js:13
↓ 2 callers
Method
trigger
* call the right effect method (defined in this.effects) * @param {string} effect - effect type
src/js/typeShuffle.js:396
↓ 1 callers
Method
fx1
* Effect 1 - clear cells and animate each line cells (delays per line and per cell)
src/js/typeShuffle.js:154
↓ 1 callers
Method
fx2
()
src/js/typeShuffle.js:208
↓ 1 callers
Method
fx3
()
src/js/typeShuffle.js:240
↓ 1 callers
Method
fx4
()
src/js/typeShuffle.js:269
↓ 1 callers
Method
fx5
()
src/js/typeShuffle.js:307
↓ 1 callers
Method
fx6
()
src/js/typeShuffle.js:355
↓ 1 callers
Function
preloadFonts
src/js/utils.js:2
Method
constructor
* Constructor. * @param {Element} DOM_el - the char element (<span>)
src/js/typeShuffle.js:19
Method
constructor
* Constructor. * @param {Element} DOM_el - the char element (<span>)
src/js/typeShuffle.js:50
Method
constructor
* Constructor. * @param {Element} DOM_el - main text element
src/js/typeShuffle.js:98
Method
loop
(line, cell, iteration = 0)
src/js/typeShuffle.js:165