A brief introduction to bionic design in Internet web design

A brief introduction to bionic design in Internet web design
When it comes to bionic design, many people will think of the invention of the airplane, the Burj Al Arab in Dubai, breaststroke and so on. Imitate the special abilities of living organisms and use their structural and functional principles to design product machinery.
Bionics covers biomimetic morphology, biomimetic structure, biomimetic function, biomimetic color, biomimetic image and so on.
The bionic design here refers to the interactive design in the Internet field that imitates real life.
1. Buffer zone, anti-fatigue
Bionic Design of the Internet 123WORDPRESS.COM
The picture above is a pedestrian bridge. You may not feel tired walking on such a bridge because it has a buffer zone (red circle in the picture), which divides the long steps into two shorter sections, making it easier for pedestrians to accept and reducing psychological pressure and fear. The steps for climbing the mountain are designed in the same way. Imagine if the buffer zone is eliminated and a staircase is built from the bottom of the mountain directly to the top of the mountain, how many people will climb this mountain? Pedestrians will simply stay away.
Figure 1 is the mini news interface of Tencent client, and Figure 2 is the interface after removing the blank space and dotted lines. Reading the news in Figure 1 feels comfortable and natural, while reading the news in Figure 2 is a bit tiring and it is difficult to focus on one piece of news. After the user has read several messages, there will be a blank buffer (the red area in the picture), with a brief visual pause, to reduce the user's visual fatigue and thus improve the user experience. Perhaps as a user, you have not noticed this detail, but it actually exists in the directory or list pages of many websites.
2. Turn on and off the lights while watching a movie
When watching a movie in a cinema, all lights are turned off to create an engaging atmosphere for the audience. When the movie ends, the lights turn on, the atmosphere becomes noisy, and some people start discussing the movie.
In fact, when watching videos online on Youku, Xunlei, etc., they provide a "lights off" function to give users a better experience. When the lights are turned off, the entire page becomes dark except for the video, allowing users to immerse themselves in the movie. However, when the end credits of the movie appear, the page does not automatically light up (that is, turn on the light), and the user will close the page and perform other operations at this time. If the lights are turned on automatically when the movie ends, it will give users a more considerate experience. After turning on the light, users can leave comments, view related recommended movies, and so on.
3. Online shopping
In real life, customers enter the mall with a shopping cart, select the items they need, and then go to the checkout counter to pay. However, this is only a part of the users. There is also a group of people who enter the mall, pick up only one item and then go to the checkout counter to pay without using a shopping cart. Such people are not rare.
On Taobao Mall, users can choose a product they like and buy it immediately, or add it to the shopping cart and then choose other items. This design is fully in line with the shopping model in real life, and also meets the various needs of users. Tencent's QQ Mall also has this design; Amazon not only provides the "add to cart" function, but also provides one-click shopping, making online shopping more convenient for users.
There are many behaviors and activities in life that have been imitated and applied to the Internet and have achieved success. Pay more attention to life and you will get more inspiration from it.

<<:  CSS3 realizes various graphic effects of small arrows

>>:  Detailed process of deploying MySQL with docker (common applications deployed with docker)

Recommend

Nginx forwarding based on URL parameters

Use scenarios: The jump path needs to be dynamica...

About ROS2 installation and docker environment usage

Table of contents Why use Docker? Docker installa...

8 tips for Vue that you will learn after reading it

1. Always use :key in v-for Using the key attribu...

Automatic file synchronization between two Linux servers

When server B (172.17.166.11) is powered on or re...

Hide div in HTML Hide table TABLE or DIV content css style

I solved a problem tonight that has been botherin...

Learn Vue middleware pipeline in one article

Often when building a SPA, you will need to prote...

Solution to the MySQL error "Every derived table must have its own alias"

MySQL reports an error when executing multi-table...

Detailed explanation of the process of building and running Docker containers

Simply pull the image, create a container and run...

61 Things Every Web Developer Should Know

Normally, you'll need to read everyone's s...

React+Koa example of implementing file upload

Table of contents background Server Dependencies ...

Tutorial on logging into MySQL after installing Mysql 5.7.17

The installation of mysql-5.7.17 is introduced be...

mysql 5.7.11 winx64 initial password change

Download the compressed version of MySQL-5.7.11-w...

Summary of uncommon js operation operators

Table of contents 2. Comma operator 3. JavaScript...