current location:Home > Technical Articles > Web Front-end > H5 Tutorial

  • 6 recommended articles about animation applications
    6 recommended articles about animation applications
    This article will share some useful information for web developers. If you are keen on the development of HTML5 and CSS3, you will definitely be interested in the following HTML5 animation applications. While providing a demonstration, this article will also display and analyze some core codes. I hope you will like it. The jQuery box gradient animation menu has a very unique presentation form. It is not arranged vertically or horizontally like other menus, but is arranged in a rectangular grid, and clicking on the menu item can expand the menu's detailed information in an animated way. , using CSS3 to produce very cool animation effects. D...
    H5 Tutorial 1581 2017-06-13 09:41:45
  • Recommended articles about animation presentations
    Recommended articles about animation presentations
    You can use HTML5 to draw many static images, and you can also create some cool animations. This article shares 8 animation demonstrations implemented using HTML5 and CSS3, and also shares the source code for everyone to download and refer to. 1. HTML5 3D point array wave rolling animation This HTML5 Canvas animation is very spectacular, giving people a visual effect of breaking waves. Online demonstration Source code download 2. Pure CSS3 to implement luminous switch button. This button is very useful...
    H5 Tutorial 1480 2017-06-13 09:39:02
  • 10 recommended articles about online drawing boards
    10 recommended articles about online drawing boards
    Detailed explanation of the super cool HTML5 Canvas network drawing board code example. In today's HTML tutorial, we are going to learn how to use HTML5 Canvas to implement a super cool and simple network drawing board function. In this tutorial, we can choose the type of brush, the size of the brush, and the color of the brush. Of course, as a drawing board, it also needs many functions. Here are only the most basic drawing functions. You can implement complex elements such as rectangles and ellipses by yourself. of drawing. You can also view the DEMO demonstration here. Let's briefly analyze the implementation of this HTML5 network...
    H5 Tutorial 7306 2017-06-13 09:24:31
  • How to use the new features? Summarize the usage examples of new features
    How to use the new features? Summarize the usage examples of new features
    ECMAScript 6 (ES6 for short) is the latest standard for the JavaScript language. Because the current version of ES6 was released in 2015, it is also called ECMAScript 2015. WeChat applet supports most of the new features of ES6. Constants (Constant) ES6 adds the const keyword, which is used to declare constants. Once declared, the value of the constant cannot be changed. const is only valid within the block-level scope where it is declared. Scoping (scope) ES6 adds the let keyword to declare...
    H5 Tutorial 1576 2017-06-13 09:21:20
  • Recommended 3D flop effect special effects (collection)
    Recommended 3D flop effect special effects (collection)
    Today I will bring you a flip effect made with CSS3. When you move the mouse over an element, you can feel that you can see the information behind the element. If you make Lianliankan, poker-type games that test your memory, or even write some words to your girlfriend, you can try it after putting it in the photo album made using this example, ha~ Rendering: Some CSS3 used in the example New attributes: a. -webkit-perspective: 800px; perspective (perspective, perspective): Attribute definition 3...
    H5 Tutorial 5234 2017-06-12 16:10:36
  • How to create a touch screen version of the page
    How to create a touch screen version of the page
    I am new to the front-end. Let me share the implementation process of the touch-screen version of the carousel on the mobile phone. The general functions are as follows: it supports cyclic sliding width and can be set arbitrarily. It does not need to be the same width as the screen. The page can be scrolled vertically. Callbacks can be set to monitor the switching of elements. Pure js. Without using any third-party library principles, assume that the width of the child element .item is 375px. Use absolute positioning to place all child elements within the parent element. Set the width of the parent element .carousel to 375px. The same width as the child element .item is the parent element. .carousel adds touch events: touchstart,...
    H5 Tutorial 3571 2017-06-12 15:42:10
  • About how to make carousel images in H5
    About how to make carousel images in H5
    I am new to the front-end. Let me share the implementation process of the touch-screen version of the carousel on the mobile phone. The general functions are as follows: it supports cyclic sliding width and can be set arbitrarily. It does not need to be the same width as the screen. The page can be scrolled vertically. Callbacks can be set to monitor the switching of elements. Pure js. Without using any third-party library principles, assume that the width of the child element .item is 375px. Use absolute positioning to place all child elements within the parent element. Set the width of the parent element .carousel to 375px. The same width as the child element .item is the parent element. .carousel adds touch events: touchstart,...
    H5 Tutorial 6576 2017-06-12 15:41:16
  • How to use popstate? Summary of popstate instance usage
    How to use popstate? Summary of popstate instance usage
    This article mainly introduces the history of pushstate and popstate operations in HTML5, and the relevant information about changing the current URL without refreshing. Friends in need can refer to the next article. Understanding window.history. Window.history represents the history of the window object, which is actively generated by the user. And accept global objects controlled by javascript scripts. The window object provides access to the browser history through the history object. It exposes some very useful methods and properties...
    H5 Tutorial 5735 2017-06-12 13:43:21
  • 10 recommended articles about mobile pages
    10 recommended articles about mobile pages
    This article mainly introduces the relevant information on the solution to the problem of disabling paste and copy when long pressing the mobile page in HTML5. It is very good and has reference value. Friends in need can refer to the solution as follows: Directly add the following to the CSS file code, you can realize the function of prohibiting pasting and copying on the mobile phone: XML/HTML Code copy content to the clipboard*{   —-webkit-tou...
    H5 Tutorial 2148 2017-06-12 13:33:14
  • Recommended 8 html5+JavaScript example tutorials
    Recommended 8 html5+JavaScript example tutorials
    <!doctype html><html><head><meta charset=utf-8 /><title>html5 Web page effects Email address verification</title><style>body, inpu
    H5 Tutorial 3313 2017-06-12 13:25:41
  • Summary of 10 basic drawing usage example tutorials
    Summary of 10 basic drawing usage example tutorials
    Pseudo-classes and pseudo-elements are independent of the document structure. The way they obtain elements is not based on basic element characteristics such as id, class, and attributes, but on elements in a special state (pseudo-classes), or on special content in the elements (pseudo-elements). The differences are summarized as follows: CSS pseudo-classes (Pseudo-classes): used to add special effects to certain selectors, that is, add special effects (usually dynamic effects) based on the current static style of the element, so an element achieves a When in a specific state, it may get a pseudo-class style; when the state changes...
    H5 Tutorial 1560 2017-06-12 13:16:59
  • Summary of articles about the design of button backgrounds
    Summary of articles about the design of button backgrounds
    xml template, custom button background<?xml version="1.0" encoding="utf-8"?><corners android:bottomleftradius="4dp" android:bottomRightRadius="4dp&quot
    H5 Tutorial 1661 2017-06-12 12:00:27
  • Summary of the detailed introduction to CreateJS
    Summary of the detailed introduction to CreateJS
    The CreateJS library is an engine for HTML5 game development. It is an open source toolkit that can build HTML5 games with rich interactive experiences. It aims to reduce the difficulty and cost of developing HTML5 projects and allow developers to create more modern games in a familiar way. network interaction experience. Mastering CreateJS can more easily complete HTML5 game development. CreateJS provides four tools: EaselJS, TweenJS, SoundJS and PreLoadJS: EaselJS: Simplify processing of HTML5 canvas Tw...
    H5 Tutorial 4897 2017-06-12 11:49:36
  • Share 10 articles related to fire effects
    Share 10 articles related to fire effects
    Canvas is a very important and useful thing in HTML5. We can draw any element on Canvas, just like you make Flash. Today we will create a flame emission effect on Canvas. It's like an ancient fireball cannon, and it can bounce off the edge of the browser, which feels pretty cool. Let’s take a look at the renderings: We can view the DEMO demonstration of the flame ball here. Of course, we have to analyze the source code, mainly some JS code. First, simply put a canvas tag on the page and give it a simple style: &...
    H5 Tutorial 2203 2017-06-12 11:45:30
  • Detailed introduction to HTML5 audio and video
    Detailed introduction to HTML5 audio and video
    1. What is Pyglet: Pyglet is a cross-platform framework written in pure Python language for developing multimedia and window special effects applications. Why you need it: Developing the functional modules required for graphical interface applications from scratch is very cumbersome. Pyglet provides a large number of ready-made modules, which saves a lot of time: window functions, OpenGL special effects, audio and video playback, keyboard and mouse processing, and pictures. deal with. (However, Pyglet does not provide UI components such as buttons, toolbars, or menus.) All the above modules are in W...
    H5 Tutorial 2040 2017-06-12 11:16:47

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28