图片做旧,效果不显示及时反馈!
本帖最后由 亚伦影音工作室 于 2022-9-29 15:43 编辑 <br /><br /><style>#papa { margin: auto; width: 1024px; height: 600px; background: rgba(0,0,0,.45) url('https://img-baofun.zhhainiao.com/fs/26c011ddb0d76c66e2387a1f5882da70.jpg') no-repeat center/cover;margin-top:20px; margin-left:-230px;box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 15px #880000;display: grid; place-items: center; overflow: hidden; position: relative; z-index: 1; }
#mplayer { position: absolute; bottom: 0; width: 300px; height: 80px; user-select: none; display: grid; place-items: center; cursor: pointer; }
#mplayer:hover #btnwrap, #mplayer:hover #prog { transform: translateY(var(--yy)); }
#mplayer:hover #btnwrap { background: linear-gradient(to top right, purple, orange); border-radius: 50%; opacity: .75; }
#btnwrap, #prog { position: absolute; display: grid; place-items: center; transition: .5s; }
#btnwrap { --yy: -15px; width: 40px; height: 40px; transform: rotate(45deg); border: 1px solid tan; border-radius: 6px; opacity: 0; }
#btnplay { width: 20px; height: 20px; transform: translateX(3px); background: #eee; clip-path: polygon(0 0, 0% 100%, 100% 50%); }
#btnpause { width: 2px; height: 20px; border-style: solid; border-width: 0px 4px; border-color: transparent #eee; display: none; }
#prog { --yy: 20px; width: 1024px; height: 2px; border-radius: 0px; background: linear-gradient(90deg, orange, purple 100%, transparent 0);font: normal 15px / 26px sans-serif; color: #ff0000; text-shadow: 1px 1px 0 #000; opacity: .8; }
#lrcwrap { position: absolute; top: 460px; font-family:华文隶书;font-size: 45px; }
#lrc1, #lrc2 { width: 100%; height: 100%; color: rgba(0,0,0,.3); white-space: nowrap; }
#lrc1{ width: 100%; height: 100%; color: #ffffff; white-space: nowrap;filter:drop-shadow(#000000 1px 0 0)drop-shadow(#000000 0 1px 0)drop-shadow(#000000 -1px 0 0) drop-shadow(#000000 0 -1px0);}
#lrc2 { position: absolute; top: 0px; left: 0px; color: #222222; overflow: hidden;filter:drop-shadow(#FFFFFF 1px 0 0)drop-shadow(#FFFFFF 0 1px 0)drop-shadow(#FFFFFF -1px 0 0) drop-shadow(#FFFFFF 0 -1px0); }
#mpic { position: absolute; transform: rotateY(0deg); top: 0px; left: 0px; width: 1024px;height: 600px; animation: rote 140s linear infinite; cursor: pointer;opacity: .75; }
@keyframes rote {
0%{
background-position: 600% 0;
}
100%{
background-position: 30% 1600%;filter:hue-rotate(360deg)
}
}
#mpic1 { position: absolute; transform: rotateY(0deg); top: 0px; left: 0px; width: 1024px;height: 600px; animation: rotet 180s linear infinite; cursor: pointer; opacity: 1;}
@keyframes rotet {
0%{
background-position: 0% -1600%;
}
100%{
background-position: 0% 0%;filter:hue-rotate(360deg)
}
}
@keyframes fly { from { offset-distance: 0%; } to { offset-distance: 100%; } }
@keyframes mov1 { from { width: 0%;} to { width: 100%; } }
@keyframes mov2 { from { width: 0%;} to { width: 100%; } }
#disc { position: absolute; width: 100px; height: 100px; left: 30px; bottom: 30px; border:2px solid #000000;background: url(http://pan.yinhuabbs.cn/view.php/a60d7a6c4172d96080d4e23d80d9af48.png)0 0/100% 100%,conic-gradient(red,orange,yellow,green,teal,blue,#ff0000); mask: radial-gradient(transparent 7px,#red 0);-webkit-mask: radial-gradient(transparent 7px,red 0); border-radius: 50%; cursor: pointer; animation: rot 4s linear infinite; z-index: 20;transform: rotateX(45deg) rotateY(20deg) rotate(0deg);}
@keyframes rot {0% {transform: rotateX(45deg) rotateY(20deg) rotateZ(0deg);}
100% {transform: rotateX(45deg) rotateY(20deg) rotateZ(360deg);}
}
#photo img{width: 1024px;
height: 600px;
position: absolute;border:2px solid #ffffff;
top:0px; left:0px;filter:contrast(140%)brightness(100%);
opacity: 0;
animation-name: round ;animation-duration: 32s;
animation-iteration-count: infinite;
animation-timing-function: linear;}
@keyframes round {0% {
-webkit-transform-origin:right bottom;
-webkit-transform:rotate(-90deg)scale(0.7)translate(-15%,-20%);
opacity:1
}
5% {
-webkit-transform-origin:right bottom;
-webkit-transform:rotate(0)scale(0.7)translate(-15%,-20%);
opacity:1}
12% {
-webkit-transform-origin:right bottom;
-webkit-transform:rotate(0)scale(0.7)translate(-15%,-20%);filter:hue-rotate(0deg)contrast(140%)grayscale(1);
opacity:1}
15% {
-webkit-transform-origin:right bottom;
-webkit-transform:rotate(0)scale(0.7)translate(-15%,-20%);filter:hue-rotate(0deg)contrast(150%)grayscale(1);
opacity:1}
22% {
-webkit-transform-origin:right bottom;
-webkit-transform:rotate(90deg)scale(0.7)translate(-15%,-20%);filter:hue-rotate(0deg)contrast(120%)grayscale(1);
opacity:0}
}
#photo img:nth-child(8) {animation-delay: 28s;}
#photo img:nth-child(7) {animation-delay: 24s;}
#photo img:nth-child(6) {animation-delay: 20s;}
#photo img:nth-child(5) {animation-delay: 16s;}
#photo img:nth-child(4) {animation-delay: 12s;}
#photo img:nth-child(3) {animation-delay: 8s;}
#photo img:nth-child(2) {animation-delay: 4s;}
#photo img:nth-child(1) {animation-delay: 0s;}
.stop #photo img:nth-child(1) {animation-play-state: paused;}
.stop #photo img:nth-child(2) {animation-play-state: paused;}
.stop #photo img:nth-child(3){animation-play-state: paused;}
.stop #photo img:nth-child(4) {animation-play-state: paused;}
.stop #photo img:nth-child(5) {animation-play-state: paused;}
.stop #photo img:nth-child(6) {animation-play-state: paused;}
.stop #photo img:nth-child(7) {animation-play-state: paused;}
.stop #photo img:nth-child(8) {animation-play-state: paused;}
</style>
<div id="papa" data-lr="no"><div id="testImg">
<divid="photo"><img src="http://chuangshicdn.data.mvbox.cn/album/22/09/29/22092909481026411020.jpg" /> <img
src="http://chuangshicdn.data.mvbox.cn/album/22/09/29/22092909495450901604.jpg" /> <img src="http://chuangshicdn.data.mvbox.cn/album/22/09/29/22092909521828974999.jpg" /> <img
src="http://chuangshicdn.data.mvbox.cn/album/22/09/29/22092909534928702875.jpg" /> <img src="http://chuangshicdn.data.mvbox.cn/album/22/09/29/22092909563082132258.jpg" /> <img
src="http://chuangshicdn.data.mvbox.cn/album/22/09/29/22092909581244929944.jpg" /> <img src="http://chuangshicdn.data.mvbox.cn/album/22/09/29/22092910055041975926.jpg" /><img
src="http://chuangshicdn.data.mvbox.cn/album/22/09/29/22092909481026411020.jpg" /> </div></div>
<imgid="mpic"style="width: 100%; height: 100%;background: url(http://chuangshicdn.data.mvbox.cn/album/22/09/29/22092915062243785783.png)0 0/90% 90%" >
<imgid="mpic1"style="width: 100%; height: 100%;background: url(http://chuangshicdn.data.mvbox.cn/album/22/09/29/22092915062243785783.png)0 0/90% 90%" >
<div id="lrcwrap">
<span id="lrc1">花潮lrc在线</span>
<span id="lrc2">花潮lrc在线</span>
</div>
<input type="button" id="testBtn" value="动画暂停"style="position: absolute;top: 0px; left: 0px;width: 130px; height: 30px;color: #ffffff;-webkit-background-clip : text;z-index:
2;"></input >
<span id="disc"></span>
<div id="mplayer">
<div id="btnwrap"><span id="btnplay"></span><span id="btnpause"></span></div>
<div id="prog">00:00 | 00:00</div>
</div>
</div>
<script>
let mKey = 0, mFlag = true, aud = new Audio();
let lrcAr = [
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
];
aud.src = 'https://www.qqmc.com/mp3/music5221208.mp3';
aud.autoplay = true;
aud.loop = true;
disc.style.animationPlayState = aud.paused ? 'paused' : 'running';
aud.addEventListener('playing', () => disc.style.animationPlayState = 'running');
aud.addEventListener('pause', () => disc.style.animationPlayState = 'paused');
mpic.style.animationPlayState = aud.paused ? 'paused' : 'running';
aud.addEventListener('playing', () => mpic.style.animationPlayState = 'running');
aud.addEventListener('pause', () => mpic.style.animationPlayState = 'paused');
mpic1.style.animationPlayState = aud.paused ? 'paused' : 'running';
aud.addEventListener('playing', () => mpic1.style.animationPlayState = 'running');
aud.addEventListener('pause', () => mpic1.style.animationPlayState = 'paused');
btnwrap.onclick = () => aud.paused ? aud.play() : aud.pause();
prog.onclick = (e) => aud.currentTime = aud.duration * e.offsetX / prog.offsetWidth;
aud.addEventListener('pause', () => mState());
aud.addEventListener('play', () => mState());
aud.addEventListener('seeked', () => calcKey());
aud.addEventListener('timeupdate', () => {
prog.style.background = 'linear-gradient(90deg, orange, purple ' + aud.currentTime / aud.duration * 100 + '%, snow 0)';
prog.innerText = toMin(aud.currentTime) + ' | ' + toMin(aud.duration);
for (j = 0; j < lrcAr.length; j++) {
if (aud.currentTime >= lrcAr) {
if (mKey === j) showLrc(lrcAr);
else continue;
}
}
});
let mState = () => aud.paused ? (btnplay.style.display = 'block', btnpause.style.display = 'none', lrc2.style.animationPlayState = 'paused') : (btnplay.style.display = 'none',
btnpause.style.display = 'block', lrc2.style.animationPlayState = 'running');
let showLrc = (time) => {
lrc2.style.animation = (mFlag ? 'mov1 ' : 'mov2 ') + time + 's linear forwards';
lrc1.innerHTML = lrc2.innerHTML = lrcAr;
mKey += 1;
mFlag = !mFlag;
};
let calcKey = () => {
for (j = 0; j < lrcAr.length; j++) {
if (aud.currentTime <= lrcAr) {
mKey = j - 1;
break;
}
}
if (mKey < 0) mKey = 0;
if (mKey > lrcAr.length - 1) mKey = lrcAr.length - 1;
let mtime = lrcAr - (aud.currentTime - lrcAr);
showLrc(mtime);
};
let toMin = (val) => {
if (!val) return '00:00';
val = Math.floor(val);
let min = parseInt(val / 60),
sec = parseFloat(val % 60);
if (min < 10) min = '0' + min;
if (sec < 10) sec = '0' + sec;
return min + ':' + sec;
};
var image = document.getElementById("testImg"),
button = document.getElementById("testBtn");
if (image.classList && image && button) {
button.onclick = function() {
if (this.value == '动画暂停') {
image.classList.add('stop');
this.value = '动画开启';
} else {
image.classList.remove('stop');
this.value = '动画暂停';
}
};
}
</script> 这个帖子很有特色,是用滤镜的功能吧,欣赏亚伦老师好帖{:4_187:} 这个挺好的。{:4_199:}
页:
[1]