<html><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="format-detection" content="telephone=no, email=no"> <title>snowflake</title> <script type="text/javascript" src="http://w3school.com.cn/jquery/jquery-1.11.1.min.js"></script> <style type="text/css"> body { padding: 0; margin: 0; background-color: #333; font-size: 14px; color: #BCBCBC; } input { border: solid 0px #DDD; border-radius: 5px; padding: 5px 10px; width: 120px; } button { border: solid 0px #CCC; border-radius: 5px; background-color: #FFF; padding: 5px 10px; } #sky { width: 100%; max-width: 640px; height: 100%; background-color: #A39; margin: 0 auto; position: relative; overflow: hidden; } .snowflake { width: 50px; height: 50px; border-radius: 50px; background-color: rgba(255, 255, 255, 0.5); position: absolute; top: 10px; left: 100px; display: inline-block; transition: top 2s; -moz-transition: top 2s;/* Firefox 4 */ -webkit-transition: top 2s;/* Safari 和 Chrome */ -o-transition: top 2s; transition-timing-function: cubic-bezier(0.25,0.1,0.25,1); -moz-transition-timing-function: cubic-bezier(0.25,0.1,0.25,1); -webkit-transition-timing-function: cubic-bezier(0.25,0.1,0.25,1); -o-transition-timing-function: cubic-bezier(0.25,0.1,0.25,1); } #operate { text-align: right; } #operate div { margin: 10px; } </style></head><body> <div id="sky"></div> <div id="operate"> <div> <label>下雪频率(ms): <input name="rate" type="number" min="1" /></label> </div> <div> <label>融化时间(ms): <input name="melt" type="number" min="0" /></label> </div> <div> <button id="start-or-stop" onclick="startOrStop()">start</button> </div> </div> <script type="text/javascript"> var $sky = $('#sky'); var maxTop = $sky.height() - 5;// 地面高度值(px) var rate = 60;// 飘落频率(ms) var flakeSize = 10;// 单片雪花宽高值(px) var melt = 2000;// 融化时间(ms) // 初始化雪花 function snowflake(size, alpha, top, left) { var s = document.createElement('div'); $(s).css({ 'width': size, 'height': size, 'border-radius': size, 'background-color': 'rgba(255,255,255,' + alpha + ')', 'top': -50, 'left': left, }).addClass('snowflake'); return s; } // 雪花飘落并融化 function dift($s) { $s.css('top', maxTop + (flakeSize - $s.width()) / 2); setTimeout(function() { $s.remove(); }, 2000 + melt); } // 开始动画 var animateId = -1; var it = false; function start() { if(!it) { it = setInterval(function() { // 初始化雪花 var id = 's_' + (++animateId); var size = Math.random() * flakeSize + 2; var alpha = Math.random() * 0.7 + 0.1; var left = Math.random() * $(window).width(); var s = snowflake(size, alpha, 0, left); var $s = $(s).attr('id', id); $sky.get(0).appendChild(s); // 雪花飘落 setTimeout(function() { dift($s); }, 100); if(animateId > 10000) {// 避免越界 animateId = 0; } }, rate); $('#start-or-stop').html('stop'); } } start(); // 停止动画 function stop() { clearInterval(it); it = false; $('#start-or-stop').html('start'); } // 开始或暂停动画 function startOrStop() { if(!it) { start(); } else { stop(); } } // 重启动画 function restart() { stop(); start(); } $(function() { // 监听rate输入框 var minRate = 1, maxRate = 3000; $('input[name="rate"]').val(rate).on('change', function() { rate = parseInt($(this).val()); if(rate < minRate) { rate = minRate; $(this).val(rate); } else if(rate > maxRate) { rate = maxRate; $(this).val(rate); } restart(); }).prop({ min: minRate, max: maxRate }); // 监听melt输入框 var minMalt = 0, maxMelt = 100000; $('input[name="melt"]').val(melt).on('change', function() { melt = parseInt($(this).val()); if(melt < minMalt) { melt = minMalt; $(this).val(melt); } else if(melt > maxMelt) { melt = maxMelt; $(this).val(melt); } restart(); }).prop({ min: minMalt, max: maxMelt }); }); </script></body></html>

The article discusses the HTML <datalist> element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159

The article discusses the HTML <progress> element, its purpose, styling, and differences from the <meter> element. The main focus is on using <progress> for task completion and <meter> for stati

The article discusses using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.

The article discusses the <iframe> tag's purpose in embedding external content into webpages, its common uses, security risks, and alternatives like object tags and APIs.

The article discusses the HTML <meter> element, used for displaying scalar or fractional values within a range, and its common applications in web development. It differentiates <meter> from <progress> and ex

The article discusses the viewport meta tag, essential for responsive web design on mobile devices. It explains how proper use ensures optimal content scaling and user interaction, while misuse can lead to design and accessibility issues.

Article discusses best practices for ensuring HTML5 cross-browser compatibility, focusing on feature detection, progressive enhancement, and testing methods.

This article explains the HTML5 <time> element for semantic date/time representation. It emphasizes the importance of the datetime attribute for machine readability (ISO 8601 format) alongside human-readable text, boosting accessibilit


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 Chinese version
Chinese version, very easy to use

WebStorm Mac version
Useful JavaScript development tools

Zend Studio 13.0.1
Powerful PHP integrated development environment

SublimeText3 Linux new version
SublimeText3 Linux latest version

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.
