I am trying to turn off the animations to my entire homepage on my site so it is all loaded at the same time.
I have tried a few of the custom coding posted on here but it doesn't 100% work - this was the closest but it added a transparent dark block over all my elements:
transform: unset !important;
opacity: 1 !important;
transition-delay: unset !important;
transition: unset !important;
Thank you for the help!