Skip to main content

jQuery Codex

A plugin for sodomizing strings of text •̀ᴗ•́

May 25, 2020 - 2 min. read

jquery-codex
jquery-codex
Role
Developer
Period
2020
Status
Archived
Stack
jQuery, Javascript, npm

jQuery-codex is a plugin for sodomizing strings of text. In newer versions there are several effects available. You can see code examples on its Github page or npm repo.

The original idea for the first effect came from a CCC page that I couldn’t find again. So I code it myself. Many improvements are missing. Code them and share them via pull request!

Examples.

These are the examples of how to use the jQuery Codex to achieve completely and absolutely unproductive text effects.

Thomas Kennerly Wolfe Jr.

The "Typewriter" effect

jQuery('#codex5').codex({
    effect: 'typewriter', 
    speed: 50, 
    reveal: 50
});

Hunter S. Thompson

Efecto "Char by Char"

jQuery("#codex4").codex({
    effect: "charbychar",
    keep_whitespaces: false,
    speed: 50,
    reveal: 100
});

Roberto Arlt

Efecto normie (slow)

jQuery("#codex2").codex({
    speed: 80,
    duration: 6000
});
project jquery javascript

← Back to archive