Sublime
An inspiration engine for ideas
Many said it would be nearly impossible to recreate on the web. Well, I did it using CSS filters and a displacement map – works super fast in any browser
https://t.co/YtfzOsEmZw https://t.co/e48oDe3gvH
Mike Bespalovx.comPopover nav bar without JavaScript 🤙
<nav><ul><li><button popovertarget=menu>...
<div popover=auto id=menu>
...content
</div>
Tweak timings with CSS linear() 🎬
Transitions with @starting-style
Anchor positioning to... See more
jhey ʕ•ᴥ•ʔx.com@big_aash Not a full fledged platform, but a group from UW develops Idyll (https://t.co/nkz6YcH7Ob), which certainly makes traditional markup a lot more rich with a relatively low barrier
Tyler Angertx.comCSS Tip! 🚥
You can create these trending expanding scroll indicators with scroll-driven animations and flex 🤙
.indicator {
animation: grow;
animation-range: contain calc(50% - var(--size)...;
animation-timeline: var(--card);
}___L... See more
jhey ʕ•ᴥ•ʔx.com