Skip to content

Instantly share code, notes, and snippets.

@CB9TOIIIA
Created March 8, 2019 06:55
Show Gist options
  • Save CB9TOIIIA/b6722d72ebbb4df8b209f27aa9646482 to your computer and use it in GitHub Desktop.
Save CB9TOIIIA/b6722d72ebbb4df8b209f27aa9646482 to your computer and use it in GitHub Desktop.
sticky stickyMoveDown
.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