SpellShow 0.4

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)



Details

Author
Antoine Goutenoir
Current version
0.4
GitHub
Goutte/SpellShow
Downloads
11778
Category
Effects
Tags
Report
GitHub Issues

Releases


Dependencies

  • _self_/_current_:
    • Options
    • Chain
    • Events
    • SmoothSequentialMorph

How to use

HTML

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

JAVASCRIPT

``` javascript

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

```


Demo

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


Discuss

A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.

Found a bug in this plugin? Please report it this repository's Github Issues.

blog comments powered by Disqus