亚伦影音工作室 发表于 2025-1-13 18:13

我爱你 勐巴拉娜西

本帖最后由 亚伦影音工作室 于 2025-1-13 19:01 编辑 <br /><br /><style type="text/css">
#papa { margin: 140px 0 20px calc(50% - 621px); background:url('') no-repeat center/cover;width: 1200px; height: 700px;   box-shadow: 3px 3px 6px gray; overflow: hidden; z-index: 1; position: relative; display: grid; place-items: center; }

#bjbs{animation: rotating 1s linear infinite;width: 1200px; height: 700px;position: absolute;background:url('https://pic1.imgdb.cn/item/671ae859d29ded1a8c8446c0.jpg')no-repeat center/cover;}
@keyframes rotating{50%{filter:hue-rotate(360deg)contrast(110%)brightness(100%);}}

#mplayer {z-index: 8;
        position: absolute;
        left:90px;
        bottom: 20px;
        width: 40px;
        height: 40px;
opacity: 1;
        transition: .2s;
       
        place-items: center;
        --disp1: 0; --disp2: 1;
}
#mplayer::before , #mplayer::after{
        position: absolute;
        content: '';
cursor: pointer;
        transition: .2s;
}
#mplayer::before {
        width: 40px;
        height: 40px;opacity: 1;
        background: url("https://pic.imgdb.cn/item/666469465e6d1bfa05bd07ea.png") no-repeat center/cover;
        opacity: var(--disp1);
}
#mplayer::after {
        width: 40px;
        height: 40px;opacity: 1;
        background: url("https://pic.imgdb.cn/item/6664693a5e6d1bfa05bcf7d3.png")no-repeat center/cover;
        opacity: var(--disp2);
}

#tmsg {position: absolute;z-index: 8;
      font: normal 12px sans-serif;
      color: #ffffff;
         bottom: 30px;
      left:87%;}
#prog {position: absolute;z-index: 8;
      width: 70%;
      height: 1.5px;
      cursor: pointer;
         bottom: 35px;
left:16%;
border-radius: 1px;}

#bt_prev{position: absolute;z-index: 8;
      width:30px;
      height: 30px;
bottom: 24px;left:40px;
      background: url("https://pic.imgdb.cn/item/6664695c5e6d1bfa05bd23cb.png")no-repeat center/cover;}
#bt_pnev{position: absolute;z-index: 8;
      width:30px;
      height: 30px;
bottom: 24px;left:150px;
      background: url("https://pic.imgdb.cn/item/66651ae45e6d1bfa0552bf2a.png")no-repeat center/cover;}
#lb{ position: absolute; bottom: 30px;right:52px; width: 22px; height: 20px;z-index: 8; }
#lb img{ width: 100%; height: 100%;}

.first{
left:100px;background:url("https://pic1.imgdb.cn/item/67388237d29ded1a8ca5fcb0.webp")no-repeat center/cover;
   animation: breath3sinfinitelinear;
}
.second{
left:300px;background:url("https://img2.oldkids.cn/upload/2021/11/29/photo_0_20211129142416090.jpg")no-repeat center/cover;
   animation: breath3s0.25s infinitelinear;
}
.third{
left:500px;background:url("https://pic1.imgdb.cn/item/6738822fd29ded1a8ca5f5bc.webp")no-repeat center/cover;
   animation: breath3s 0.5s infinitelinear;
}
.forth{
left:700px;background:url("https://pic1.imgdb.cn/item/67388237d29ded1a8ca5fcb0.webp")no-repeat center/cover;
animation: breath3s 0.75s infinitelinear;
}
.morex{
left:900px;background:url("https://pic1.imgdb.cn/item/6741e1f8d29ded1a8c238dd7.jpg")no-repeat center/cover;
animation: breath3s 1s infinitelinear;
}

.stop .first,
.stop .second,
.stop .third,
.stop .forth,
.stop .morex{animation-play-state: paused;}
.ball{
position:absolute;
top:0;
bottom:0;border-radius: 4px;
margin:auto; box-shadow: 0px 0px 0px 4px #800000 inset,0px 0px 0px 5px #fff inset;
width:140px;
height:250px;
}

@keyframes breath{
0%{
   transform:scale(0.6);
   
    opacity:1;transform-timing-function:linear;
   
}
25%{
   transform:scale(0.8);
   
    opacity:1;
    transform-timing-function:linear;
}
50%{
   transform:scale(1);
   
    opacity:1;
    transform-timing-function:linear;
}
75%{
   transform:scale(1.2);

    opacity:1;
    transform-timing-function:ease-out;
}
100%{
   transform:scale(1.4);

    opacity:.4;
    transform-timing-function:ease-out;
}
}


.cont {position: absolute;z-index: 2;
width: 0;
height: 0;

top: 20%;
left: 40%;
perspective: 420px;
perspective-origin: center -150px;
}

.bird {
width: 0;
height: 30px;
position: absolute;
top: 50%;
left: 50%;
animation: bird 15s infinite linear;
}

.bird:nth-child(2) {
animation-delay: -5s;
}
.bird:nth-child(3) {
animation-delay: -10s;
}
.stop .bird::before,
.stop .bird::after{animation-play-state: paused;}
.stop .bird,
.stop .bird:nth-child(2),
.stop .bird:nth-child(3){animation-play-state: paused;}

@keyframes bird {
from {
    transform: translate(-50%, -50%) rotateY(0deg) translate3d(150px, 0, 0);
}
to {
    transform: translate(-50%, -50%) rotateY(-360deg) translate3d(150px, 0, 0);
}
}
.bird::before, .bird::after {
content: "";
width: 50px;
height: 30px;
position: absolute;
top: 0;
border: 0 solid;
border-top: 5px solid #aaa;
animation: 1s infinite ease-in-out;
}
.bird::before {
right: -3px;
animation-name: wing-b;
}
@keyframes wing-b {
0%, 100% {
    border-radius: 10% 100%;
}
33% {
    border-radius: 50% 100%;
}
}
.bird::after {
left: -3px;
animation-name: wing-a;
}
@keyframes wing-a {
0%, 100% {
    border-radius: 100% 10%;
}
33% {
    border-radius: 100% 50%;
}
}

</style>



<div id="papa">
<div id="bjbs"> </div>
<div id="tnpmImg">
<div class="cont">
<div class="bird"></div>
<div class="bird"></div>
<div class="bird"></div>
</div>
</div>
<div id="testImg">
<div class="ball first"></div>
<div class="ball second"></div>
<div class="ball third"></div>
<div class="ball forth"></div>
<div class="ball morex"></div>
</div>
<div id="tmsg">00:00 | 00:00</div>

<div id="prog" title="播放进度条"></div>

<div id="bt_prev" title="无效"></div>

<div id="bt_pnev" title="无效"></div>

<div id="lb" title="喇叭"><img alt="" id="lbImg" src="https://pic.imgdb.cn/item/662615500ea9cb14035d435e.gif" /></div>

<div id="mplayer" title="暂停/播放"></div>

<div data-lrc="亚伦影音工作室" id="lrc">亚伦影音工作室</div>
</div>
<audio autoplay="" id="aud" loop="" src="https://img4.oldkids.cn/upload/2025/01/11/blog_260848378_20250111162422267.mp3">&nbsp;</audio>

<style type="text/css">#lrc {
        --state: paused;
        --motion: cover2;
        --tt: 2s;
        --bg: linear-gradient(180deg, #880000, #880000);
        position: absolute;z-index: 6;
        left: 40%;
        transform: translate(-50%);
        top: 72%;
        font:normal 3em 华文隶书;
        color: #0000;
        white-space: pre; transform: perspective(120px) rotateY(20deg);
        -webkit-background-clip: text;
        filter:drop-shadow(#FFFFFF 1px 0 0)drop-shadow(#FFFFFF 0 1px 0)drop-shadow(#FFFFFF -1px 0 0) drop-shadow(#FFFFFF 0 -1px0);
}
#lrc::before {
        position: absolute;
        content: attr(data-lrc);
        width: 20%;
        height: 100%;
        color: transparent;
        overflow: hidden;
        white-space: pre;
        background: var(--bg);
       
        -webkit-background-clip: text;
        animation: var(--motion) var(--tt) linear forwards;
        animation-play-state: var(--state);
}
@keyframes cover1 { from { width: 0; } to { width: 100%;} }
@keyframes cover2{ from { width: 0; } to { width: 100%;} }
</style>
<script >
(function() {
/*原始lrc歌词*/
let lrcStr = `我爱你 勐巴拉娜西
作词:张波
作曲:张波
专辑:吉祥鸟
演唱:包伍-米线
☆★Lrc编辑 梅竹★☆
☆★协编 蓝菊★☆
● ● ● ● ● ● ●
你是一杯甘甜的美酒
醉了蓝天 醉了那白云
醉了太阳 醉了月亮
醉了丛林 醉了那山冈
飘来了爱伲山的彩铃
飘来了基诺山的欢乐
飘来了布朗山的花香
飘来了傣家人的情哟
喔 我爱你哟
勐巴拉娜西
我爱你哟
勐巴拉娜西
风华花开千万朵
野桂花香飘万里
孔雀飞向在明天
就像飞水撒满天
(Music)
你是一朵期盼的蓓蕾
醉了山里的风 醉了那班子的云
醉了江河的水 醉了那明朗的月
醉了阿布朗的情 醉了那哨哆哩的爱
美丽富饶的地方
人间幸福的天堂
神奇美丽的家园
人人向往的胜地
喔 我爱你哟
勐巴拉娜西
我爱你哟
勐巴拉娜西
你是一颗神奇的绿宝石
镶嵌在那绿海里
你是一颗璀璨的夜明珠
闪烁在那花丛中
喔 我爱你哟
勐巴拉娜西
我爱你哟
勐巴拉娜西
你是一颗神奇的绿宝石
你的美名传五洲
你是一颗璀璨的夜明珠
名扬四海闯天下
喔~~我爱你
喔~~勐巴拉娜西
喔~~我爱你
喔~~勐巴拉娜西
(Music)
☆★梅竹谢谢欣赏★☆
=End=

`;

/*变量 :mKey - 当前歌词索引;mFlag :调用关键帧动画索引;averAdd :平均值补偿*/
let mKey = 0, mFlag = true, averAdd = 0.3;

/*函数 :获取每句歌词用时,歌词用时若超过平均值则取平均值,最后一句歌词则取平均值*/
let lrcTime = (ar) => {
        let tmpAr = [];
        for(j = 0; j <ar.length - 1; j ++) {
                if(j !== ar.length - 1) tmpAr = parseFloat((ar - ar).toFixed(1));
        }
        let aver = parseInt(tmpAr.reduce((a,b) => a + b) / (tmpAr.length - 1)) + averAdd;
        tmpAr.push(aver);
        tmpAr.forEach((item,key) => {
                ar = item > aver ? aver : item;
        });
        return ar;
};

/*函数 :从原始lrc歌词获取信息并存入 n*3 数组*/
let getLrcAr = (text) => {
        let lrcAr = [];
        let calcRule = ;
        for(x of text.split('\n')) {
                let ar = [];
                let re = /\d+[\.:]\d+([\.:]\d+)?/g;
                let geci = x.replace(re,'');
                if(geci) {
                        geci = geci.replace(/[\[\]\'\"\t,]s?/g,'');
                        let time = x.match(re);
                        if(time != null) {
                                for(y of time) {
                                        let tmp = y.match(/\d+/g);
                                        let sec = 0;
                                        for(z in tmp) sec += tmp * calcRule;
                                        ar = ;
                                        lrcAr.push(ar);
                                }
                        }
                }
        }
        lrcAr.sort((a,b)=> a - b);
        return(lrcTime(lrcAr));
};

/*函数 :模拟显示同步歌词*/
let showLrc = (time) => {
        let name = mFlag ? 'cover1' : 'cover2';
        lrc.innerHTML = lrcAr;
        lrc.dataset.lrc = lrcAr;
        lrc.style.setProperty('--motion', name);
        lrc.style.setProperty('--tt', time + 's');
        lrc.style.setProperty('--state', 'running');
        mKey += 1;
        mFlag = !mFlag;
};

/*函数 :处理当前歌词索引 mKey*/
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 time = lrcAr - (aud.currentTime - lrcAr);
        showLrc(time);
};

/*格式化时间信息*/
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;
}

/*函数 :关键帧动画状态切换*/
let mState = () => aud.paused ? (lrc.style.setProperty('--state','paused'),mplayer.style.animationPlayState = 'paused') : (lrc.style.setProperty('--state','running'),mplayer.style.animationPlayState = 'running');

/*监听播放进度*/
aud.addEventListener('timeupdate', () => {
        for (j = 0; j < lrcAr.length; j++) {
                if (aud.currentTime >= lrcAr) {
                        cKey = j;
                        if (mKey === j) showLrc(lrcAr);
                        else continue;
                }
        }
});
aud.addEventListener('pause', () => mState());/*监听暂停事件*/
aud.addEventListener('play', () => mState());/*监听播放事件*/
aud.addEventListener('seeked', () => calcKey());/*监听查询事件*/
let lrcAr = getLrcAr(lrcStr); /*获得歌词数组*/
})();

</script>
<script>
let mState = () => aud.paused ? (mplayer.style.setProperty('--disp1','1'), mplayer.style.setProperty('--disp2','0')) : (mplayer.style.setProperty('--disp1','0'), mplayer.style.setProperty('--disp2','1'));
mplayer.onclick =function() { aud.paused ?(aud.play(),imagelb.play()): ( aud.pause(),imagelb.stop())};
aud.addEventListener('play', () => mState());
aud.addEventListener('pause', () => mState());
var imagelb= document.getElementById("lbImg");

(function(){
var image = document.getElementById("testImg");var image0 = document.getElementById("tnpmImg");
let mState = () => aud.paused ? (image.classList.add('stop'),image0.classList.add('stop')):(image.classList.remove('stop'),image0.classList.remove('stop'));
aud.addEventListener('play', () => mState());
aud.addEventListener('pause', () => mState());
})();
bjbs.style.animationPlayState = aud.paused ? 'paused' : 'running';
aud.addEventListener('playing', () =>bjbs.style.animationPlayState = 'running');
aud.addEventListener('pause', () =>bjbs.style.animationPlayState = 'paused');


/*进度条 进度时间*/
prog.onclick = (e) => {
                aud.currentTime = aud.duration * e.offsetX / prog.offsetWidth;
      }
aud.addEventListener('timeupdate', () => {
               aud.addEventListener('timeupdate', () => {prog.style.background= 'linear-gradient(90deg, #ff0000, #ff0000, #ff0000 '+ aud.currentTime / aud.duration * 100 + '%, #eeeeee 0)';});
                tmsg.innerText = toMin(aud.currentTime) + ' | ' + toMin(aud.duration);

      });
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;
      };
/*结束*/
</script>
<script>
/*以下是控制动图的插件*/
if ('getContext' in document.createElement('canvas')) {
    HTMLImageElement.prototype.play = function() {
      if (this.storeCanvas) {
            // 移除存储的canvas
            this.storeCanvas.parentElement.removeChild(this.storeCanvas);
            this.storeCanvas = null;
            // 透明度还原
            imagelb.style.opacity = '';
      }
      if (this.storeUrl) {
            this.src = this.storeUrl;   
      }
    };
    HTMLImageElement.prototype.stop = function() {
      var canvas = document.createElement('canvas');
      // 尺寸
      var width = this.width, height = this.height;
      if (width && height) {
            // 存储之前的地址
            if (!this.storeUrl) {
                this.storeUrl = this.src;
            }
            // canvas大小
            canvas.width = width;
            canvas.height = height;
            // 绘制图片帧(第一帧)
            canvas.getContext('2d').drawImage(this, 0, 0, width, height);
            // 重置当前图片
            try {
                this.src = canvas.toDataURL("image/gif");
            } catch(e) {
                // 跨域
                this.removeAttribute('src');
                // 载入canvas元素
                canvas.style.position = 'absolute';
                // 前面插入图片
                this.parentElement.insertBefore(canvas, this);
                // 隐藏原图
                this.style.opacity = '0';
                // 存储canvas
                this.storeCanvas = canvas;
            }
      }
    };
}

</script>

小辣椒 发表于 2025-1-13 21:17

漂亮,这个图片效果也是第一次看见

小辣椒 发表于 2025-1-13 21:18

欣赏亚伦好制作,亚伦现在新效果也是出来不少了{:4_199:}

红影 发表于 2025-1-13 21:18

这个图片的变化好奇妙,歌词的效果也漂亮。
欣赏亚伦老师精美好帖{:4_199:}

小辣椒 发表于 2025-1-13 21:18

感谢亚伦精彩分享

红影 发表于 2025-1-13 21:20

变色背景和那个大雁效果也好漂亮,亚伦老师的帖子里亮点多多{:4_199:}

杨帆 发表于 2025-1-14 00:21

动图完美控制,谢谢亚伦老师精彩分享{:4_191:}

老谟深虑 发表于 2025-1-14 16:15

         欣赏老师的佳作,点赞!
页: [1]
查看完整版本: 我爱你 勐巴拉娜西