Home Web Front-end H5 Tutorial HTML 5特效页面及js测试页面汇总推荐

HTML 5特效页面及js测试页面汇总推荐

May 17, 2016 am 09:09 AM
admin

下面是一些用HTML5做的特效页面以及一些js测试页面,大多在测试之后都会给出分数。如果你的浏览器不支持下面的网页,可以考虑换个新版或者换一款浏览器。(参阅《主流浏览器CSS3和HTML5兼容性详细清单》)

1、跑鱼测试

不断增加鱼的数量,看你的FPS得分,这个也是很多朋友都知道的,微软在发布IE9 beta的时候曾经用这个评分做宣传:

http://ie.microsoft.com/testdrive/Performance/FishIETank/(老地址)

http://www.ieliulanqi.com/(新地址,目前鱼测试已经与IE9体验站整合,内容更丰富)

HTML5测试页面收集

2、旋转的浏览器图标,增加图标亮,看FPS分数

http://ie.microsoft.com/testdrive/Performance/FlyingImages/

HTML5测试页面收集

3、炫彩测试:注意这个页面是有背景音乐的,如果你不能听到,那……

http://ie.microsoft.com/testdrive/Performance/PsychedelicBrowsing/Default.html

HTML5测试页面收集

4、IE9体验站(内容很多,比如摇骰子、台球、风筝之类的,内容不错):

http://www.ieliulanqi.com/#/experience

HTML5测试页面收集

5、宝马体验(HTML5 加载需要2—3分钟,请耐心等待)看着这么漂亮的车子是不是有些心动呢?刚看完《速度与激情5》还真有那么点……

http://joydefinesthefuture.com/

HTML5测试页面收集

6、液体微粒(用鼠标在上面比划 or 点击,看看什么效果):

http://spielzeugz.de/html5/liquid-particles.html

HTML5测试页面收集

7、视频爆炸(点击视频看看会怎么样):

http://www.craftymind.com/factory/html5video/CanvasVideo.html

HTML5测试页面收集

8、坠落效果的Google(用鼠标把它们提起,再甩下去):

http://mrdoob.com/projects/chromeexperiments/google_gravity/

HTML5测试页面收集

9、等离子树(鼠标每点击一次会多一个分支):

http://openrise.com/lab/PlasmaTree/

HTML5测试页面收集

10、线条绘画。在三维空间画画。

http://www.the389.com/7/3/

HTML5测试页面收集

11、水墨小球(在线作图?哈哈,自己体验)不知道有没有民间高手做出中国水墨画的精品呢?

http://bomomo.com/

HTML5测试页面收集

12、未来相册(这个在IE9下没有成功,用chrome完美运行,谷歌+1)

http://www.xs4all.nl/~peterned/3d/

HTML5测试页面收集

13、HTML5的Blizzard的测试页面,来测试一下IE的HTML解释性能:

http://ie.microsoft.com/testdrive/HTML5/Blizzard/Default.html

HTML5测试页面收集

14、第三方HTML5测试页面:http://html5test.com/

HTML5测试页面收集

15、JS测试,测试IE9的SVG和JavaScript渲染性能。

http://ie.microsoft.com/testdrive/performance/SantasWorkshop/Default.xhtml

HTML5测试页面收集

16、土豆3D电影院,是土豆网和微软合作的一个HTML5体验站,很流畅

http://2010.tudou.com/3d-tudou/cinema.html

HTML5测试页面收集

本文转自天极网

Statement of this Website
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

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

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to run the h5 project How to run the h5 project Apr 06, 2025 pm 12:21 PM

Running the H5 project requires the following steps: installing necessary tools such as web server, Node.js, development tools, etc. Build a development environment, create project folders, initialize projects, and write code. Start the development server and run the command using the command line. Preview the project in your browser and enter the development server URL. Publish projects, optimize code, deploy projects, and set up web server configuration.

What exactly does H5 page production mean? What exactly does H5 page production mean? Apr 06, 2025 am 07:18 AM

H5 page production refers to the creation of cross-platform compatible web pages using technologies such as HTML5, CSS3 and JavaScript. Its core lies in the browser's parsing code, rendering structure, style and interactive functions. Common technologies include animation effects, responsive design, and data interaction. To avoid errors, developers should be debugged; performance optimization and best practices include image format optimization, request reduction and code specifications, etc. to improve loading speed and code quality.

How to make h5 click icon How to make h5 click icon Apr 06, 2025 pm 12:15 PM

The steps to create an H5 click icon include: preparing a square source image in the image editing software. Add interactivity in the H5 editor and set the click event. Create a hotspot that covers the entire icon. Set the action of click events, such as jumping to the page or triggering animation. Export H5 documents as HTML, CSS, and JavaScript files. Deploy the exported files to a website or other platform.

What is the H5 programming language? What is the H5 programming language? Apr 03, 2025 am 12:16 AM

H5 is not a standalone programming language, but a collection of HTML5, CSS3 and JavaScript for building modern web applications. 1. HTML5 defines the web page structure and content, and provides new tags and APIs. 2. CSS3 controls style and layout, and introduces new features such as animation. 3. JavaScript implements dynamic interaction and enhances functions through DOM operations and asynchronous requests.

What Does H5 Refer To? Exploring the Context What Does H5 Refer To? Exploring the Context Apr 12, 2025 am 12:03 AM

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

Is H5 page production a front-end development? Is H5 page production a front-end development? Apr 05, 2025 pm 11:42 PM

Yes, H5 page production is an important implementation method for front-end development, involving core technologies such as HTML, CSS and JavaScript. Developers build dynamic and powerful H5 pages by cleverly combining these technologies, such as using the <canvas> tag to draw graphics or using JavaScript to control interaction behavior.

What application scenarios are suitable for H5 page production What application scenarios are suitable for H5 page production Apr 05, 2025 pm 11:36 PM

H5 (HTML5) is suitable for lightweight applications, such as marketing campaign pages, product display pages and corporate promotion micro-websites. Its advantages lie in cross-platformity and rich interactivity, but its limitations lie in complex interactions and animations, local resource access and offline capabilities.

How to make pop-up windows with h5 How to make pop-up windows with h5 Apr 06, 2025 pm 12:12 PM

H5 pop-up window creation steps: 1. Determine the triggering method (click, time, exit, scroll); 2. Design content (title, text, action button); 3. Set style (size, color, font, background); 4. Implement code (HTML, CSS, JavaScript); 5. Test and deployment.

See all articles