Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

in zoomable / canvas-like apps (like Krea Nodes) small controls get frustratingly hard to click when zoomed out adding an invisible hit area keeps them (a tiny bit) easier to use without changing visuals super easy with an `::after` pseudo element, `position:absolute` + sizing

15,394 Aufrufe • vor 6 Monaten •via X (Twitter)

0 Kommentare

Keine Kommentare verfügbar

Kommentare vom Original-Post werden hier angezeigt

Ähnliche Videos

Vitaliks mandarin fluency is a super bullish signal for Ethereum 🐂 He had an open town hall at HK where community members asked him all sorts of questions, from the easy to the difficult The hard questions were all in Mandarin so i couldn't follow those 😅 At the town hall he laid out the guiding principle for Ethereum: cooperation without domination It's especially important in today's world where a powerful person dictates terms and others have to follow, or we have no cooperation & there's chaos What this means at a technical level is that Ethereums the world computer & we need to build enough trust that developers feel comfortable building apps on top of it. Solo staking, a conservative approach to changing the protocol etc are all part of this He also spoke on how new technology is a reset & creates a level playing field where the game starts again from zero with bringing a lot more people right to the frontier We are seeing this with AI (and zk too), where a noob developer can still catch up to a veteran with good prompt engineering. He shared his own experience of building an android app for the first time using AI despite having no prior experience in it Before people would say that EF needs to write more documentation. Now it's more relevant to show how deep seek integrations with solidity and Java can help easily create new Ethereum apps He sees AI as making it much easier for newcomers to build web3 apps & is making a push in this direction

Devansh Mehta

49,358 Aufrufe • vor 1 Jahr

004/100 Buttons. A bit of the process on building an animation. When looking at a finished animation or in this example a finished button, it can look quite complex inside the CSS. But when building it, it’s more like a lot of simple steps, one after another. Here I had the idea to make some kind of text animation like the footer logo on the Osmo site. I try to add the base animation with no complex easing, for example transition: translate 0.4s ease. Starting with just moving the one text from bottom to top and the other text to top. Adding a stagger, play around with it. Searching for a way to make it more circular. On the research I found the sin() function inside CSS which can build a more smooth non linear curve for the stagger which creates this circular effect. And step by step adding more complexity like, different easing for hover/hover-out, opacity, 3D transform and more. I use also the sin() function to rotate the letters, so the middle ones are getting more rotated than the outer ones. Another thing which helps is to add a small delay on hover, for example 0.05s or 0.1s, you don’t really see the difference, but when you hover pretty fast on and out it doesn’t get that jumpy. I’m using here GSAP’s SplitText to split every char into spans. And then I’m adding a CSS index variable to every span, starting from the center. SplitText can provide CSS index variables, but you cannot tell it from which direction. For the sin() it’s also important to have a max length, so I add another CSS variable with the max char number on it. Crafting 100 Buttons with Osmo ⏳ Total time: 63h

Eduard Bodak

166,023 Aufrufe • vor 3 Monaten