Skip to content

Instantly share code, notes, and snippets.

@saginadir
Last active January 13, 2017 11:21
Show Gist options
  • Save saginadir/3ee0e8ef57134088cd64604625234d02 to your computer and use it in GitHub Desktop.
Save saginadir/3ee0e8ef57134088cd64604625234d02 to your computer and use it in GitHub Desktop.
const $myClass = $('.myClass');
$.addClass($myClass, 'bird');
$.show($myClass);
$.animate($myClass, {/* some animation */})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment