JØⱤĐ₳₦ 💀 ĐØ฿₴Ø₦(@jordandobson) 's Twitter Profileg
JØⱤĐ₳₦ 💀 ĐØ฿₴Ø₦

@jordandobson

Solving problems, coding & designing ideas. Web, AR/VR & iOS. @Amazon @Framer @Microsoft @Meta @HBO @Skype @TheSquad & CoHost Framer SEA

ID:14423788

linkhttp://JordanDobson.com calendar_today17-04-2008 18:09:45

14,2K Tweets

2,2K Followers

2,9K Following

jhey ▲🐻🎈(@jh3yy) 's Twitter Profile Photo

This is great CSS 👏

position-try-options: flip-block, flip-inline;

Keywords for if there isn't any room on an axis, flip the position. You can have more control if you want. But more often than not, you want 'If it gets cut off at the bottom/right, put it on the top/left'

account_circle
jhey ▲🐻🎈(@jh3yy) 's Twitter Profile Photo

You can totally use CSS scroll-driven animations like JavaScript's IntersectionObserver 🤙

img {
animation: reveal;
animation-timeline: view();
animation-range: entry 0% entry 150%;
}
@​keyframes reveal { 0% {
opacity: 0;
filter: brightness(2);
scale: 0.9;
}}

account_circle
Orion Reed(@OrionReedOne) 's Twitter Profile Photo

DOM, JS, and CSS wizards: I made a DOM visualiser which you can run from the JS console, it almost works. If anyone can figure out how to handle z-ordering in 3D so that it looks like a solid stack of DOM slices I WILL 100% UNIRONICALLY BUY YOU A COFFEE!

gist.github.com/OrionReed/4c37…

account_circle
JØⱤĐ₳₦ 💀 ĐØ฿₴Ø₦(@jordandobson) 's Twitter Profile Photo

Okay I might need to get back into hacking CSS again Instead of fucking around with Unity. All these new math functions plus variables makes for some fun opportunities!

account_circle
Orion Reed(@OrionReedOne) 's Twitter Profile Photo

I made an HTML/DOM viewer you can paste into your console to view or debug any website in 3D. Choose from random/gradient/clear colors or whether layers have sides.

You can save it as a bookmarklet so it's 1 click away. It's just a tiny IIFE JS function.
gist.github.com/OrionReed/4c37…

account_circle
jhey ▲🐻🎈(@jh3yy) 's Twitter Profile Photo

the little details™

Use trigonometric functions in CSS to create a smooth staggered transition delay 🎬

.character {
transition-delay:
calc(sin((var(--index) / 12) * 45deg) * 0.475s);
}

account_circle
Vincent van der Meulen(@vincentmvdm) 's Twitter Profile Photo

If something isn't on the roadmap you should hack it together on your own time and win over the crowds.

Everything is a low priority until a 🤠 comes along and shows people the way.

account_circle
Framer University(@learnframer) 's Twitter Profile Photo

🎉 Introducing: Parallax Hover effect for @Framer.

With this new Framer code override, you can create these amazing parallax hover effects on your websites.

Imagine all the cool website hero sections you can create with this.

Remix this below: 👇

account_circle
nader dabit(@dabit3) 's Twitter Profile Photo

You can now build mobile apps with HTML 🤯

Made possible by React Strict DOM
github.com/facebook/react…

See the codebase for a fully working POC here: github.com/dabit3/react-s…

account_circle
Radiance Fields(@RadianceFields) 's Twitter Profile Photo

Gaussian Splatting enables autonomy for experiencing events. felixkit used 3DGS, ☄︎ R3F, and Three.js to bring it to your web browser.

I spoke to him about the project, how he pulled it off, and plans for the future below.

🔗radiancefields.com/gaussian-splat…

account_circle
☄︎(@0xca0a) 's Twitter Profile Photo

small teaser for react-three/uikit by Bela Bohlender full ui component kit with nested scroll, buttons, inputs, dropdowns, tabs, checkboxes etc. it is not dom based but webgl/threejs. will be perfect for games, xr/vr/ar and of course apple vision and spatial apps.

account_circle
Lea Verou(@LeaVerou) 's Twitter Profile Photo

This is the single best article on color spaces I have seen around. Well written, well informed and illustrated with interactive visualizations. Truly brilliant work Eric Portis!

ericportis.com/posts/2024/oka…

account_circle
Incite Worlds(@incite_dev) 's Twitter Profile Photo

Many of you have asked about how we achieve our 2.5D art style.

Here's our process, step-by-step.

Shout out to Dan Fessler our Chief Creative Officer for recording this clip.

account_circle