Sublime
An inspiration engine for ideas

CSS logo marquee
1. bake the offset into your @keyframes
2. set animation-delay based on duration + item count
@keyframes show {
0%, 73% { translate: -10px 30px; }
76%, 97% { translate: 0 0; }
100% { translate: 10px -30px; }__... See more
jhey ʕ•ᴥ•ʔx.com