Skip to content

Ebrahim6/SpellShow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpellShow

Logo

Explodes a text into letters (spans) and applies chained css transformations. The transformation 'tip' can be N letters wide. (default is 3)

This can be used to obtain a typewriter like effect, by making text appear to screen character by character with opacity, with a tip 1 letter wide.

You can manipulate any tweenable css property, see the eye-hurting demo for a better explanation.

Needs Mootools (tested up to 1.4) Needs SmoothSequentialMorph (provided)

Demo

http://jsfiddle.net/goutte/KJZAg/

How to use

HTML

<p id="text">IN GIRUM IMUS NOCTE ET CONSUMIMUR IGNI</p>

JAVASCRIPT

document.id('text').spellShow();

About

A typewriter text-apparition effect in Javascript for Mootools

Resources

License

Stars

Watchers

Forks

Packages

No packages published