Skip to content

Instantly share code, notes, and snippets.

@ejcabquina
Created March 11, 2021 08:03
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ejcabquina/0ab471e36275deb26297c84397243ebf to your computer and use it in GitHub Desktop.
`.wpsp-overlay.wpsp-ov-style-two .wp-show-posts-inner {
transform: translateY(0);
transition: all .3s cubic-bezier(.33,.66,.66,1);
}
.wpsp-overlay.wpsp-ov-style-two .wp-show-posts-inner:hover {
transform: translateY(.5em);
}`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment