Skip to content

Instantly share code, notes, and snippets.

@1allen
Created December 18, 2013 09:55
Show Gist options
  • Save 1allen/8019847 to your computer and use it in GitHub Desktop.
Save 1allen/8019847 to your computer and use it in GitHub Desktop.
анимация, действие, анимация всё последовательно
$('#something')
.stop(true, true)
.fadeOut()
.queue(function(next){
$.noop(); // doing things there
next();
})
.fadeIn()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment