js监听麦克风声音让他发怒动画效果代码

代码语言:html

所属分类:多媒体

代码描述:js监听麦克风声音让他发怒动画效果代码

代码标签: 声音 让他 发怒 动画 效果

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html lang="en">

<head>

    <meta charset="UTF-8">



    <style>
        * {
            box-sizing: border-box;
        }
:root {
            --bg: #282f52;
        }
        body {
            background: linear-gradient(#75bdf0 0 55%, #73a145 55.5%);
            color: #fff;
            font-family: sans-serif;
            font-weight: bold;
            min-height: 100vh;
            display: grid;
            place-items: center;
        }
        h1 {
            color: hsl(var(--hue,100), 80%, 50%);
            font-size: 10vmin;
        }
        .domo {
            display: none;
            height: 30vmin;
            overflow: visible !important;
        }
    </style>



</head>

<body>
    <svg class="domo" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 594 572">
        <g class="domo__arm domo__arm--right">
            <path fill="#83533A" d="M513.648 469c9.325 18.801 26.553 22.465 45.354 13.14s26.482-32.127 17.157-50.928c-4.16-8.387-14.438-12.789-18.975-18-4.536-5.212-73.514-148.213-73.514-148.213l-51.959 25.772S503.648 433 505.225 438.984c1.577 5.984 4.263 21.629 8.423 30.016z" />
            <path fill="url(#paint0_linear)" d="M513.648 469c9.325 18.801 26.553 22.465 45.354 13.14s26.482-32.127 17.157-50.928c-4.16-8.387-14.438-12.789-18.975-18-4.536-5.212-73.514-148.213-73.514-148.213l-51.959 25.772S503.648 433 505.225 438.984c1.577 5.984 4.263 21.629 8.423 30.016z" />
        </g>
        <g class="domo__arm domo__arm--left">
            <path fill="#83533A" d="M79.396 463c-9.325 18.801-26.552 22.465-45.354 13.14-18.8-9.325-26.482-32.127-17.157-50.928 4.16-8.387 14.438-12.789 18.975-18 4.536-5.212 73.514-148.213 73.514-148.213l51.96 25.772S89.396 427 87.819 432.984c-1.576 5.984-4.263 21.629-8.423 30.016z" />
            <path fill="url(#paint1_linear)" d="M79.396 463c-9.325 18.801-26.552 22.465-45.354 13.14-18.8-9.325-26.482-32.127-17.157-50.928 4.16-8.387 14.438-12.789 18.975-18 4.536-5.212 73.514-148.213 73.514-148.213l51.96 25.772S89.396 427 87.819 432.984c-1.576 5.984-4.263 21.629-8.423 30.016z" />
        </g>
        <path class="domo__body" fill="#83533A" d="M142 0c-24.853 0-45 20.147-45 45v484.721c-.02.104-.036.21-.049.317L92.677 565.4A5.002 .........完整代码请登录后点击上方下载按钮下载查看

网友评论0