I’m starting a new series called Study, basically reviewing and taking insights from products with great design out there, I believe one of the ways of learning to develop a good eye for design is when you know why things look and feel good.
Linear may be one of the great productivity tools for software teams, known for their product craftsmanship.
They recently released the mobile version of its platform. And I want to review some of the good things I found from the launch.
Photoshoot



When I first saw the main photoshoot, one thing that came to mind was; "They just broke the rules."
Most people may say that you need a natural lightning and some sort of that to present your product in a better way, just like how Rauno has used it in his prototyping videos.
Since Linear brand is all about dark tone, going to this direction improves cohesive looks and feelings.
And it become easier to combine with the 3D mockups.
They also implemented a grain effect, which creates a dramatic effect similar to what we often see in movies, where the room is dark, and someone is just watching TV.
And they didn't do it by displaying a video; it's just an animation made with CSS, making it easy to be responsive across different platforms without losing the focal point.
Copywriting
One copy that personally catchy for me is this title.
A great way of communicating your product feature combined with product usage.
Engineering
They used <picture/>
for most of the assets to improve performance by dynamically render image with variety of sizes according to the viewport.
This means that when people see the websites in certain devices, it will display the appropriate images with the right sizes.
They also used <figure/>
and <figcaption/>
on the features presentation which better for SEO and accessibility.
And disabling assets interactivity by putting user-select and pointer-events to none is a small detail to prevent dragging over the images when you don't want to.
Gems
Design course by RISD — There are a couple of insightful presentation
Linear Method - Practices for Building — Productivity in the eyes of building product
Alcove — I like the simplicity and sound design of it
Having a Perspective — Great article for being a good leader