Replies: 0
Fellas,
I love the plugin it makes my life simple.
It looks like the plugin injects the styles inline. Can I override them? I’d like to increase the distance of fadeInRight and fadeInLeft. How do I pull that off without destructive plugin updates?
Below is what I’d like to do.
/*Animate It Fades Overrides*/
@keyframes fadeInRight { from {opacity: 0; transform: translate3d(500%, 0, 0); } }
@keyframes fadeInLeft { from {opacity: 0; transform: translate3d(-500%, 0, 0) } }
Can this be executed via custom_css_class= “”???
- This topic was modified 15 minutes ago by Scott Fichter.
- This topic was modified 10 minutes ago by Scott Fichter.