楼主: 花简静

花简静贴子代码及说明汇总(翻页有新贴)

[复制链接]
一叶知秋 版主勋章 山高为峰 山外有山 樱果相依 24 46 47 48 闲花落
 楼主| 发表于 2024-6-29 10:11 | 显示全部楼层
点评
回复

使用道具

一叶知秋 版主勋章 山高为峰 山外有山 樱果相依 24 46 47 48 闲花落
 楼主| 发表于 2024-6-30 23:08 | 显示全部楼层
本帖最后由 花简静 于 2024-8-18 15:35 编辑

<style> #mydiv { --width: 1700px; margin: 30px 0 30px calc(50% - (var(--width) / 2 + 90px)); width: var(--width); height: 900px; background: #eee url('https://642303.freep.cn/642303/tu/yangguang04.webp') no-repeat center/cover; box-shadow: 2px 2px 8px rgba(0,0,0,.7); overflow: hidden; z-index: 1; position: relative;} .ball { position: absolute; width: 120px; height: 120px; background: url('https://642303.freep.cn/642303/za/shuijing300.png') no-repeat 50%/96%; border-radius: 50%; opacity: .95; transition: width .5s, height .5s, opacity .5s; cursor: pointer; offset-path: path('M880 60 Q1940 360,720 840'); offset-distance: 0; animation: 6s linear forwards;} .ball:hover { width: 45px; height: 45px; opacity: .75; } .ball:nth-of-type(1) { left: -20px; top: 0; animation-name: move1-1;mix-blend-mode: sereen;opacity: .55;} .ball:nth-of-type(2) { left: -15px; top: 0; width: 280px; height: 280px;background: url('https://642303.freep.cn/642303/za/38477af75a9245ae9a27fb2a3fb33efa_tplv-obj_500_500.gif') no-repeat 50%/96%; offset-distance: 50%;mix-blend-mode: screen;} #vid { position: absolute; width: 100%; height: 110%; top:-80px; object-fit: cover; mix-blend-mode: screen; pointer-events: none; opacity: .65;} @keyframes move1-1 {     from { offset-distance: 0%; transform: rotate(720deg); filter: hue-rotate(0); }     to { offset-distance: 50%; transform: rotate(0); filter: hue-rotate(360deg); } } @keyframes move1-2 {     from { offset-distance: 50%; transform: rotate(0); filter: hue-rotate(360deg); }     to { offset-distance: 0%; transform: rotate(720deg); filter: hue-rotate(0); } } @keyframes move2-1 {     from { offset-distance: 50%; transform: rotate(720deg); filter: hue-rotate(0deg); }     to { offset-distance: 100%; transform: rotate(0); filter: hue-rotate(360deg); } } @keyframes move2-2 {     from { offset-distance: 100%; transform: rotate(0); filter: hue-rotate(360deg); }     to { offset-distance: 50%; transform: rotate(720deg); filter: hue-rotate(0); } } </style>   <div id="mydiv">     <audio id="aud" src="https://music.163.com/song/media/outer/url?id=2103389092" autoplay loop></audio>     <video id="vid" src="https://img.tukuppt.com/video_show/2269348/00/14/92/5e67b21fa8e26.mp4" autoplay loop muted></video>     <div id="b1" class="ball"></div>     <div id="b2" class="ball"></div> </div>   <script> const balls = [b1, b2]; b1.onanimationend = () => {     let ani = window.getComputedStyle(b1).getPropertyValue('animation-name');     if(ani === 'move1-1') {         b1.style.animationName = '';         b2.style.animationName = 'move2-1';     }else{         b1.style.animationName = 'move1-1';     } }; b2.onanimationend = () => {     let ani = window.getComputedStyle(b2).getPropertyValue('animation-name');     if(ani === 'move2-1') {         b2.style.animationName = 'move2-2';     }else{         b2.style.animationName = '';         b1.style.animationName = 'move1-2';     } }; var mState = () => {     balls.forEach(b => {         b.style.animationPlayState = aud.paused ? 'paused' : 'running';         b.title = ['暂停','播放'][+aud.paused];     });     aud.paused ? vid.pause() : vid.play(); }; aud.oncanplay = aud.onplaying = aud.onpause = () => mState(); balls.forEach(b => b.onclick = () => aud.paused ? aud.play() : aud.pause()); var sF = document.createElement('script'); sF.src = 'https://638183.freep.cn/638183/web/api/fullscreen.js'; sF.charset = 'utf-8'; document.querySelector('body').appendChild(sF); sF.onload = () => FS({     papa: '#mydiv',     css: 'bottom: 10px; left: 50%; transform: translate(-50%); --color: snow; --fsBg: transparent;', }); window.onresize = () => balls.forEach(b => {     b.style.offsetPath = `path('M880 60 Q${mydiv.offsetWidth + 240} ${mydiv.offsetHeight / 2 - 40}, ${mydiv.offsetWidth - 1080} 880')`;     b.style.animationDuration = ((mydiv.offsetWidth + mydiv.offsetHeight) / (1700 + 900)) * 6 + 's'; }); </script>  
点评
回复

使用道具

一叶知秋 版主勋章 山高为峰 山外有山 樱果相依 24 46 47 48 闲花落
 楼主| 发表于 2024-6-30 23:08 | 显示全部楼层
点评
回复

使用道具

一叶知秋 版主勋章 山高为峰 山外有山 樱果相依 24 46 47 48 闲花落
 楼主| 发表于 2024-6-30 23:08 | 显示全部楼层
点评
回复

使用道具

一叶知秋 版主勋章 山高为峰 山外有山 樱果相依 24 46 47 48 闲花落
 楼主| 发表于 2024-6-30 23:08 | 显示全部楼层
点评
回复

使用道具

一叶知秋 版主勋章 山高为峰 山外有山 樱果相依 24 46 47 48 闲花落
 楼主| 发表于 2024-6-30 23:08 | 显示全部楼层
点评
回复

使用道具

一叶知秋 版主勋章 山高为峰 山外有山 樱果相依 24 46 47 48 闲花落
 楼主| 发表于 2024-6-30 23:08 | 显示全部楼层
点评
回复

使用道具

一叶知秋 版主勋章 山高为峰 山外有山 樱果相依 24 46 47 48 闲花落
 楼主| 发表于 2024-6-30 23:08 | 显示全部楼层
点评
回复

使用道具

一叶知秋 版主勋章 山高为峰 山外有山 樱果相依 24 46 47 48 闲花落
 楼主| 发表于 2024-6-30 23:09 | 显示全部楼层
点评
回复

使用道具

一叶知秋 版主勋章 山高为峰 山外有山 樱果相依 24 46 47 48 闲花落
 楼主| 发表于 2024-6-30 23:09 | 显示全部楼层
点评
回复

使用道具

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|千山论坛

GMT+8, 2024-9-20 15:31

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表