Advertisement
hejmus

Untitled

Nov 11th, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. $("#togiel").toggle ->
  2. $("code").animate({height: 'hide',opacity: 'hide'},'slow')
  3. , ->
  4. $("code").animate({height: 'show',opacity: 'show'},'slow')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement