@keyframes slideAnimation{0%{transform:translateX(0)}to{transform:translateX(100%)}}.looper{width:100%;overflow:hidden}.looper__innerList{display:flex;justify-content:center;width:fit-content}.looper__innerList[data-animate=true] .looper__listInstance{animation:slideAnimation linear infinite}.looper__listInstance{display:flex;width:max-content;animation:none}