Created
November 23, 2017 13:07
-
-
Save mankutila/8a53847809a6e26736e2bb8778cd0eae to your computer and use it in GitHub Desktop.
Makes block fade in not to display: block but display: flex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(block) | |
.css("display", "flex") | |
.hide() | |
.fadeIn(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment