Show newer

RT Konstantin Denerz
Check out my new @CodePen ! It uses CSS to visualize the intersection between a sphere and cubes ✨, featuring cool features like mask 🎭, cos() function, and @property of Houdini 🧙‍♂️.
🔗 codepen.io/konstantindenerz/pe
Inspiration: twitter.com/GuillaumeMitch/sta
t.co/skIbEb4pwQ
<div class="rsshub-quote">
Mitch.glow: I woke up this morning wandering if it was possible to animate boolean with @splinetool. I guess the answer is YES! RT, Like, Show your love 🌈 t.co/gzFH1vO2Wo
</div>
:sys_twitter: twitter.com/kdenerz/status/164

RT Matthias Hurrle
Hammered Steel
The fragment shader creates the illusion of a hammered steel plate inside a dodecahedron using raymarching and voronoise.
codepen.io/atzedent/pen/oNabor via @CodePen t.co/G2EboyocTP

:sys_twitter: twitter.com/softwaretogo/statu

RT jhey 🔨🐻✨
Future CSS Tip! 🔮
Power scroll animations with the scroll-driven animations API 🚀
.car{
animation:drive;
animation-range:cover;
animation-timeline:brian;
}
Let Dom Toretto show you the animation ranges in "Tokyo Scroll"
p.s Brian is the orange car 😅
@CodePen link below!👇 t.co/lu6wI2J5dz

:sys_twitter: twitter.com/jh3yy/status/16462

RT Juxtopposed
using this real-time UI colorpicking tool, now you can find random trendy color palettes on the design itself.
just press the Spacebar and get started :)
try it out now on @CodePen:
codepen.io/Juxtopposed/full/Vw
or check live site: realtimecolors.com
t.co/AqWmStqLaS

:sys_twitter: twitter.com/juxtopposed/status

RT jhey 🔨🐻✨
CSS Tip! ✨
Add some visual interest to your fading entry animations by adjusting brightness, contrast, etc. 🔥
keyframes enter {
0% {
opacity: 0;
filter: brightness(2);
}
}
@CodePen link below! 👇 t.co/zR465CfzXo

:sys_twitter: twitter.com/jh3yy/status/16433

RT jhey 🔨🐻✨
Future CSS Tip! 🚀
Transition the display property 🤯
No animationend event listening required 😎
Toggle display:none & set your styles! ✨
.el{
--show:1;
opacity:var(--show);
transition:display 0.5s,opacity 0.5s;
}
[hidden]{
--show:0;
display:none;
}
@CodePen link below! 👇 t.co/DTC7vfSxQV

:sys_twitter: twitter.com/jh3yy/status/16429

RT LukyVj - A$AP Luky
👋It's that time of the day!
Glad to share this Old School Calculator 🧮
Link at the end ⬇️
color-mix
✅ :has()
✅ Grid layout
✅ lots of CSS variables, to switch theme
✅ Audio on click 🔊
✅ CSS @supports
Inspired by @SebastienNvzt's design ✨
t.co/cj6BKxuFtX

:sys_twitter: twitter.com/LukyVJ/status/1642

RT Ksenia Kondrashova
Draw GLSL flowers with your cursor! 🌺
One full-screen plane, two render targets, and a bit of shader magic
Live demo & source code: codepen.io/ksenia-k/full/poOMp
Made with @threejs
Hosted on @CodePen
Special thanks to @bookofshaders
t.co/hQ480LjV4e

:sys_twitter: twitter.com/uuuuuulala/status/

Show older
小森林

每个人都有属于自己的一片森林,也许我们从来不曾走过,但它一直在那里,总会在那里。迷失的人迷失了,相逢的人会再相逢。愿这里,成为属于你的小森林。