Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 329 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 329 Bytes

wordsChanger

jQuery plugin to change words with awesome letter effect!

Demo: view here


Usage:

HTML:

<div id="word" data-words="word, another, many, words">
	Fixed <i>word</i>
</div>

JS:

Script required jQuery.

$('#word').wordsChanger();