Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $("#normal-text").fadeOut(1000, function () {
  2. //APPEND TO YELLOW
  3. $("#hi").append($('#yellow'), function () {
  4. //FADEIN
  5. $("#text").text("Hi!").fadeIn(1000);
  6. });
  7. });
  8.  
  9. {
  10. duration: 700,
  11. queue: false
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement