laterrarossa Posted May 8 Share Posted May 8 Hello all. As of this week this animated gradient on my Announcement Bar has stopped working and I am not sure where to look for the issue. The animation is still working on the header text throughout the site, as well as the "in season" tags within my store, but not on the Announcement Bar. I have included the code for this below, but let me know if you need any more information. Thank you so much for your help. // Color Animated Announcement Bar // [data-header-theme] .sqs-announcement-bar-dropzone .sqs-announcement-bar { background: linear-gradient(99deg, #e6d1b8, #d8a674, #b7b8aa, #aab6bb); background-size: 400% 400%; -webkit-animation: AnimationName 6s ease infinite; -moz-animation: AnimationName 6s ease infinite; animation: AnimationName 6s ease infinite; } // Animation Keyframes - Do Not Edit or Delete // @-webkit-keyframes AnimationName { 0% { background-position: 0% 51%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 51%; } } @-moz-keyframes AnimationName { 0% { background-position: 0% 51%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 51%; } } @keyframes AnimationName { 0% { background-position: 0% 51%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 51%; } } @-webkit-keyframes AnimationName { 0% { background-position: 0% 49%; } 50% { background-position: 100% 52%; } 100% { background-position: 0% 49%; } } @-moz-keyframes AnimationName { 0% { background-position: 0% 49%; } 50% { background-position: 100% 52%; } 100% { background-position: 0% 49%; } } @keyframes AnimationName { 0% { background-position: 0% 49%; } 50% { background-position: 100% 52%; } 100% { background-position: 0% 49%; } } Link to comment
Solution tuanphan Posted May 10 Solution Share Posted May 10 Just remove this, the code should work. laterrarossa 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
laterrarossa Posted May 29 Author Share Posted May 29 @tuanphan That worked! Thank you so much! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment