Skip to content

Instantly share code, notes, and snippets.

@wpacademy
Created May 21, 2020 18:03
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 wpacademy/f2b1b29e0787f78e289fee99a83966bd to your computer and use it in GitHub Desktop.
Save wpacademy/f2b1b29e0787f78e289fee99a83966bd to your computer and use it in GitHub Desktop.
Elementor Custom Animations for Gaming Template
@keyframes bgcolor {
from {background-color: rgba(0,0,0,0);}
to {background-color: rgba(0,0,0,0.8);}
}
.wpac-custom-header.elementor-sticky--effects {
animation-name: bgcolor;
animation-duration: 1s;
animation-fill-mode: forwards;
}
@BASTIARXPLOIT-56
Copy link

B

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment