Jakub Krehel's banner
Jakub Krehel's profile picture

Jakub Krehel

@jakubkrehel19,452 subscribers

@interfere_ / magazine → https://t.co/ByWs6AAhyK / https://t.co/vqR585kdg0

Shorts

If elements ever shift unexpectedly by a few pixels during an animation and you can’t figure out why, try using the `will-change` CSS property. It promotes the element to its own GPU compositing layer. Use it sparingly though, since overusing it can hurt performance.

If elements ever shift unexpectedly by a few pixels during an animation and you can’t figure out why, try using the `will-change` CSS property. It promotes the element to its own GPU compositing layer. Use it sparingly though, since overusing it can hurt performance.

139,937 Aufrufe

If you ever feel like the gradients you're using are dull or muddy, try using OKLCH colors instead. In OKLCH, hue is angular, which means that the colors the gradient passes through are different compared to sRGB.

If you ever feel like the gradients you're using are dull or muddy, try using OKLCH colors instead. In OKLCH, hue is angular, which means that the colors the gradient passes through are different compared to sRGB.

282,005 Aufrufe

Some of my favorite parts of the new Interfere product pages. Every asset is fully built in code. The animations are built with Motion, except for the dot matrix, which is uses a canvas. Had a ton of fun working on these with Paul Faivret.

Some of my favorite parts of the new Interfere product pages. Every asset is fully built in code. The animations are built with Motion, except for the dot matrix, which is uses a canvas. Had a ton of fun working on these with Paul Faivret.

21,010 Aufrufe

One of the first three issues that Interfaces launched with is about reviewing and watching back animations. I find it super helpful when an animation feels off and I can’t tell why or when I’m trying to understand what actually happens in an animation.

One of the first three issues that Interfaces launched with is about reviewing and watching back animations. I find it super helpful when an animation feels off and I can’t tell why or when I’m trying to understand what actually happens in an animation.

58,582 Aufrufe

We’ve been spending way too much time on this sidebar with Paul Faivret . We re-structured the Interfere navigation, so we added this subtle animation to transition between the two layers.

We’ve been spending way too much time on this sidebar with Paul Faivret . We re-structured the Interfere navigation, so we added this subtle animation to transition between the two layers.

71,169 Aufrufe

I’ve migrated all my projects to `oklch()`. Since it's perceptually uniform, equal value changes look visually consistent, unlike other color models. You don’t need to manually handpick colors to match. You can just change the values and the model keeps them uniform.

I’ve migrated all my projects to `oklch()`. Since it's perceptually uniform, equal value changes look visually consistent, unlike other color models. You don’t need to manually handpick colors to match. You can just change the values and the model keeps them uniform.

114,974 Aufrufe

Issue 4 of Interfaces just released! This issue is about building an animated sign-in dialog. It covers everything that goes into building it, from the animations to the small but important details. It's one of the most in-depth issues yet, full of code snippets and demos.

Issue 4 of Interfaces just released! This issue is about building an animated sign-in dialog. It covers everything that goes into building it, from the animations to the small but important details. It's one of the most in-depth issues yet, full of code snippets and demos.

36,615 Aufrufe

We've worked on a set of new product pages at Interfere. Had a lot of fun working on these!

We've worked on a set of new product pages at Interfere. Had a lot of fun working on these!

24,950 Aufrufe

Working on some fun components for the inbox view

Working on some fun components for the inbox view

76,679 Aufrufe

A quick way to improve how text behaves in your app is to use `text-wrap: balance`. It distributes text evenly across each line, avoiding orphaned words. It is only supported for a limited number lines (<6-10 depending on the browser), which means it's best used for headings or short paragraphs.

A quick way to improve how text behaves in your app is to use `text-wrap: balance`. It distributes text evenly across each line, avoiding orphaned words. It is only supported for a limited number lines (<6-10 depending on the browser), which means it's best used for headings or short paragraphs.

58,413 Aufrufe

Details from the new Interfere website

Details from the new Interfere website

25,767 Aufrufe

`clip-path` buttons

`clip-path` buttons

40,745 Aufrufe

Been working on a sign in dialog for a while now

Been working on a sign in dialog for a while now

72,722 Aufrufe

Working on some fun animations this week

Working on some fun animations this week

24,181 Aufrufe

Animated stroke-dasharray

Animated stroke-dasharray

24,298 Aufrufe

I've recently been experimenting with oklch and I made this little tool that helps generate, explore and preview colors.

I've recently been experimenting with oklch and I made this little tool that helps generate, explore and preview colors.

33,563 Aufrufe

When nesting elements the outer border radius should always equal the inner border radius + padding.

When nesting elements the outer border radius should always equal the inner border radius + padding.

17,686 Aufrufe

Experimenting with dropdowns

Experimenting with dropdowns

25,430 Aufrufe

Videos

jakubkrehel's profile picture

Motion Gestures

Jakub Krehel

22,478 Aufrufe • vor 9 Monaten

Keine weiteren Inhalte verfügbar