Sublime
An inspiration engine for ideas
Playing with images and background blur to create some website concepts. https://t.co/89UeXvw80c
Simon Leighx.com
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