-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo.html
22 lines (16 loc) · 888 Bytes
/
demo.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="http://11.latest.molhokwai-net.appspot.com/a/static/components/jquery/gaussianTextFx/jQuery.gaussianTextFx.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('#woohoo').gaussText(options);
});
</script>
<h2>jQuery.gaussianTextFx.js</h2>
<p class="padl2pc">A simple gaussian text fx jquery (plugin candidate) .js file.
<br/>Requires jquery-1.4.2+.</p>
<h2 class="margt5pc">Demo</h2>
<p id="p_woohoo">"<span id="woohoo">WOOOOOOOHOOOOOOOOOOO</span>!!!..."</p>
<h2 class="margt5pc">Git Project</h2>
<p class="padl2pc">Here: <a href="https://github.com/molhokwai/jquery-Gaussian-Text-Fx-Plugin">github.com/molhokwai/jquery-Gaussian-Text-Fx-Plugin</a> </p>
<h2 class="margt5pc">Enjoy</h2>
<p class="padl2pc">...</p>