typedCj.js
v1.0.0
Published
A jQuery typing animation script with Cang Jie input
Downloads
1
Readme
TypedCJ.js
View the live demo | Go to my blog, blog.sukitsuki.com
TypedCJ.js 是對Typed.js 作出條改 加入倉頡輸入法的效果。
Installation
This is really all you need to get going.
<script src="jquery.js"></script>
<script src="typedCJ.js"></script>
<script>
$(function(){
$(".element").typed({
strings: ["First sentence.", "Second sentence."],
typeSpeed: 0
});
});
</script>
...
<span class="element"></span>