Мой сайт https://seo-saita.ru/
Для верхнего фона
body {
overflow-x:hidden;
}
.elementor-shape-top {
top: -1px;
animation: wave 20s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
width: 210%;
}
@keyframes wave {
0% {
margin-left: 0;
}
50% {
margin-left: -1100px;
}
100% {
margin-left: 0px;
}
}
Для нижнего фона
body {
overflow-x:hidden;
}
.elementor-shape-bottom {
top: -1px;
animation: wave 20s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
width: 210%;
}
@keyframes wave {
0% {
margin-left: 0;
}
50% {
margin-left: -1100px;
}
100% {
margin-left: 0px;
}
}