search
HomeWeb Front-endH5 TutorialSummary of tips when designing H5

Summary of tips when designing H5

Apr 19, 2018 pm 05:28 PM
html5SummarizeSkill

This time I will bring you a summary of tips in H5 design, what are the precautions when designing H5, the following is a practical case, let’s take a look.

I believe many people have some experience with the use of HTML5. In fact, there are many different techniques for using HTML. The following article will share with you several techniques in HTML design. Get up and take a look

1. In terms of interaction, use the right sliding operation method with caution.

Such as: GuaShuaLe smear effect, slide left and right to turn pages, etc.

Reason: On Apple phones, sliding to the right can easily trigger the effect of returning to the "previous page".

2. In terms of interaction, use horizontal screen display with caution.

Reason: In terms of experience, the user device needs to turn on the screen rotation function in order to watch it normally, and the user operation cost is high. For mobile phones with different screens, the aspect ratio is different, making it difficult to display the best visual effects.

3. Visually, function buttons, etc., are far away from the bottom of the page (about 128px, this size is not a fixed value). It depends on the adaptation method used for reconstruction (for reference only: 640*1136 px, calculated from top to bottom, main content within 1008px).

Reason: Better equipment for mobile phones with various screens to avoid buttons being blocked.

4. Visually, use the "light overlay effect" or the "layer style" effect in PS with caution.

For example: add a "soft light", "screen color", "hue" and other effects to the layer, unless this visual element can be merged into one.

Reason: Digging holes for reconstruction, making it difficult to cut pictures and unable to restore visual effects.

5. Visually, vector graphics? Want to make a simple animation? Try exporting it in SVG format!

Reason: Why refuse something that can reduce the size...

6. In terms of animation, try to avoid full-screen animation and give priority to partial animation.

For example: various particle effects float across the screen, etc.

Reason: If the visual effects presented cannot be implemented in code, it means that full-screen size sequence frames must be used to process them, which will increase the size and affect the loading experience.

7. For animations, tips on sequence frame compression and static images can be saved with higher quality. For the blurry state of motion in the middle, boldly lower the picture quality.

Reason: Compressed volume, even if the motion state is jagged, it is not obvious.

8. For reconstruction, please upload the picture to "tinypng.com" and compress it to effectively reduce the size.

Reason: Well, let me tell you the reason for this? Well, let me tell you secretly, now this website can not only compress png, but also compress jpg, and more importantly... it supports batch downloading!

9. For reconstruction, please compress the music, which can greatly reduce the overall size.

Tip: If there are no special requirements, you can consider making it a mono audio file with a bit rate of 48 or lower.

10. In terms of reconstruction, Android does not support the simultaneous playback of multiple audios... which means that background music and sound effects cannot be played at the same time! (Apple machines have no problem)

11. In terms of reconstruction, Video cannot be played automatically. The first playback requires the user to click to trigger it.

(What format is used for the video? It is recommended to use mp4 format and use H.264 encoder)

12. In terms of reconstruction, please pay more attention to "Meizu" mobile phones and Huawei P6/P7 when testing, mobile phones with virtual buttons at the bottom of the screen. Equipment is prone to problems.

Having said that, here are a few more tidbits.

◆ What browser kernel does WeChat use? Well, this question is really hard to explain clearly.

Android:

WeChat version 5.4-6.1, if you have installedQQ Browser, use the kernel of QQ Browser. Otherwise, use the one that comes with the mobile phone system.

After WeChat version 6.1, the core of QQ browser is embedded.

QQ Browser: Version 6.2 and later use the blink kernel. I used webkit kernel before. (Don’t be confused, if necessary, please go to: http://x5.tencent.com/index to learn more about QQ Browser)

apple:

It has always been built into the system...

◆ When sliding up to turn pages, the visual guidance arrow should be upward, not downward; unless you click on the page turning effect, use the downward arrow.

◆ Fingerprint scanning? Touch screen to trigger interaction? Blow to detect gas composition?

These are all pseudo-techniques, just be happy to be toyed with them, haha.

However, such as multi-screen interaction, audio analysis, etc., providing technical support through various interfaces to achieve some interactive operations, these are the future trends!

I believe you have mastered the method after reading the case in this article, and there will be more exciting Please pay attention to other related articles on php Chinese website!

Recommended reading:

H5 video tag operation camera

Detailed explanation of the use of django controls and parameter passing

jquery realizes selecting all and inverting single selection

The above is the detailed content of Summary of tips when designing H5. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
H5 Code: Best Practices for Web DevelopersH5 Code: Best Practices for Web DevelopersApr 16, 2025 am 12:14 AM

Best practices for H5 code include: 1. Use correct DOCTYPE declarations and character encoding; 2. Use semantic tags; 3. Reduce HTTP requests; 4. Use asynchronous loading; 5. Optimize images. These practices can improve the efficiency, maintainability and user experience of web pages.

H5: The Evolution of Web Standards and TechnologiesH5: The Evolution of Web Standards and TechnologiesApr 15, 2025 am 12:12 AM

Web standards and technologies have evolved from HTML4, CSS2 and simple JavaScript to date and have undergone significant developments. 1) HTML5 introduces APIs such as Canvas and WebStorage, which enhances the complexity and interactivity of web applications. 2) CSS3 adds animation and transition functions to make the page more effective. 3) JavaScript improves development efficiency and code readability through modern syntax of Node.js and ES6, such as arrow functions and classes. These changes have promoted the development of performance optimization and best practices of web applications.

Is H5 a Shorthand for HTML5? Exploring the DetailsIs H5 a Shorthand for HTML5? Exploring the DetailsApr 14, 2025 am 12:05 AM

H5 is not just the abbreviation of HTML5, it represents a wider modern web development technology ecosystem: 1. H5 includes HTML5, CSS3, JavaScript and related APIs and technologies; 2. It provides a richer, interactive and smooth user experience, and can run seamlessly on multiple devices; 3. Using the H5 technology stack, you can create responsive web pages and complex interactive functions.

H5 and HTML5: Commonly Used Terms in Web DevelopmentH5 and HTML5: Commonly Used Terms in Web DevelopmentApr 13, 2025 am 12:01 AM

H5 and HTML5 refer to the same thing, namely HTML5. HTML5 is the fifth version of HTML, bringing new features such as semantic tags, multimedia support, canvas and graphics, offline storage and local storage, improving the expressiveness and interactivity of web pages.

What Does H5 Refer To? Exploring the ContextWhat Does H5 Refer To? Exploring the ContextApr 12, 2025 am 12:03 AM

H5referstoHTML5,apivotaltechnologyinwebdevelopment.1)HTML5introducesnewelementsandAPIsforrich,dynamicwebapplications.2)Itsupportsmultimediawithoutplugins,enhancinguserexperienceacrossdevices.3)SemanticelementsimprovecontentstructureandSEO.4)H5'srespo

H5: Tools, Frameworks, and Best PracticesH5: Tools, Frameworks, and Best PracticesApr 11, 2025 am 12:11 AM

The tools and frameworks that need to be mastered in H5 development include Vue.js, React and Webpack. 1.Vue.js is suitable for building user interfaces and supports component development. 2.React optimizes page rendering through virtual DOM, suitable for complex applications. 3.Webpack is used for module packaging and optimize resource loading.

The Legacy of HTML5: Understanding H5 in the PresentThe Legacy of HTML5: Understanding H5 in the PresentApr 10, 2025 am 09:28 AM

HTML5hassignificantlytransformedwebdevelopmentbyintroducingsemanticelements,enhancingmultimediasupport,andimprovingperformance.1)ItmadewebsitesmoreaccessibleandSEO-friendlywithsemanticelementslike,,and.2)HTML5introducednativeandtags,eliminatingthenee

H5 Code: Accessibility and Semantic HTMLH5 Code: Accessibility and Semantic HTMLApr 09, 2025 am 12:05 AM

H5 improves web page accessibility and SEO effects through semantic elements and ARIA attributes. 1. Use, etc. to organize the content structure and improve SEO. 2. ARIA attributes such as aria-label enhance accessibility, and assistive technology users can use web pages smoothly.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Chat Commands and How to Use Them
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Atom editor mac version download

Atom editor mac version download

The most popular open source editor