Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2015
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. "[I'll eat you with great hunger,]{.dragonSpeech}" the dragon says. [And then you'll [[die]].]{-.delayed.dragonSpeech}
  2.  
  3. <%
  4. $(function()
  5. {
  6. $('.dragonSpeech').css('color', 'gold');
  7. $('.delayed').fadeIn(5000);
  8. });
  9. %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement