css旋转动画
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-wi…
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-wi…
background-image:-webkit-linear-gradient(bottom,red,#fd8403,yellow); -webkit-background-clip:text; -webkit-text-fill-color:transparent;
var rotateVal = 0 // 旋转角度 var InterVal // 定时器 function conMusic(){ //var audio = document.querySelector(&…
scrollHeight-offsetHeight 文档高度 - 可视区域高度 = 滚动高度。
//--创建触摸监听,当浏览器打开页面时,触摸屏幕触发事件,进行音频播放 document.addEventListener('touchstart', function () { function audioAutoPlay() { …
var a = document.getElementsByTagName("video") 1、进入画中画 a[0].requestPictureInPicture() 2、退出画中画 document.exitPictureInPicture() 3、监听进入 a[0].onenterpictur…
<html> <style> html,body{ width:100%; &…