Created
March 8, 2019 06:55
-
-
Save CB9TOIIIA/b6722d72ebbb4df8b209f27aa9646482 to your computer and use it in GitHub Desktop.
sticky stickyMoveDown
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
.sticky-wrapper.is-sticky #sp-header{ | |
animation:stickyMoveDown .6s; | |
} | |
@keyframes stickyMoveDown{0%{transform:translateY(-100%)}100%{transform:translateY(0)}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment