Skip to content

Instantly share code, notes, and snippets.

@mankutila
Created November 23, 2017 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mankutila/8a53847809a6e26736e2bb8778cd0eae to your computer and use it in GitHub Desktop.
Save mankutila/8a53847809a6e26736e2bb8778cd0eae to your computer and use it in GitHub Desktop.
Makes block fade in not to display: block but display: flex
$(block)
.css("display", "flex")
.hide()
.fadeIn();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment