Skip to content

Instantly share code, notes, and snippets.

@yamitake
Created July 23, 2012 16:00
Show Gist options
  • Select an option

  • Save yamitake/3164395 to your computer and use it in GitHub Desktop.

Select an option

Save yamitake/3164395 to your computer and use it in GitHub Desktop.
exsample glance
//参考 http://dokoaa.com/kita/1k.html 
//http://members.jcom.home.ne.jp/anima/aa.html
$('title').glance({
texts: [
"キタ━(゚∀゚)━!!!!" ,
"キタ━( ゚∀)━!!!!" ,
"キタ━(  ゚)━!!!!" ,
"キタ━(  )━!!!!" ,
"キタ━(゚  )━!!!!" ,
"キタ━(∀゚ )━!!!!" ,
"キタ━(゚∀゚)━!!!!" ,
],
waitTime: 300,
loop:20,
delay:0
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment