Making Hero image animate as coded
-
Working on a site I DID NOT build that I migrated to a new host and copied into two different servers, one Live and one Test (to test improvements), I find the Hero image on the Live site refuses to animate the way it does on the Test site (located at https://wordpress-124786-357468.cloudwaysapps.com/)
Dev Tools shows this CSS code:
.hero_section {
height: 450px;
background-size: cover;
position: relative;
z-index: 1;
background-position: 100% 0%;
transition: background-position 9s ease-in-out .2s;
}
When I change background-position to “0;” voila! It moves!Pasted into Custom CSS, not at all. The CSS change does not make the image animate.
What am I doing wrong here?
Please help!
Thanks, MariThe page I need help with: [log in to see the link]
- The topic ‘Making Hero image animate as coded’ is closed to new replies.