Sublime
An inspiration engine for ideas
Animate along a SVG path instead of just x/y values.
code below ⭏ https://t.co/k5a5hHIPqO
Gustav Ekerotx.comIf you’re an iOS developer in your 20s add a 70 millisecond stutter to your animated transitions
Go into debt if you have to https://t.co/fVoLYnq2RK
Mike Rundlex.comv0 is a programmable art medium
+ @verse_'s animated lines
+ @figma-style draggable values https://t.co/BAsJoLGjBh
Guillermo Rauchx.comone way to animate borders with CSS
animate an element along the border of another and mask it 🤙
.trail {
offset-path: border-box;
offset-anchor: 100% 50%;
animation: trail 6s infinite linear;
}
@keyframes trail {... See more
jhey ʕ•ᴥ•ʔx.comalrighty!
marquee along path component is live on fancy!
w/ a bunch of customizations:
- scroll based velocity
- draggable
- slowdown on hover
- custom easing
- mapping any CSS prop from start to end
- docs... See more
daniel pethox.com• Configure the number of points (accuracy) ✅
• Copy to clipboard ✅
That way the CSS squircle clip-path can fit in a post 🤙 https://t.co/jxVM3wWzSx
jhey ʕ•ᴥ•ʔx.com