[vue3]audio音乐进度条(二)跟随播放进度

/ 7,084评论 / 27573阅读 / 2点赞

上一期我们介绍了外观设计,这把我们聊聊让进度条跟随播放进度走

预期效果


准备


实现

<div id="root_div" class="cmusic_displayFlex_class" style="height:150px;justify-content:space-between;align-items: center;">
    <!-- 音频 -->
    <audio id="cmusic_audio" ref="cmusic_audio" controls muted
        @timeupdate="audio_lengthChange()" :src="url_audio">
    </audio>

    <span id="cmusic_control_span_progressBar">
        <div class="cmusic_displayFlex_class cmusic_control_progress_div" style="flex-direction: row;">
            <span id="cmusic_control_span_loadProgress" :style="cmusic_control_loadProgress_style"></span>
            <span id="cmusic_control_span_progress" :style="cmusic_control_progress_style"></span>
        </div>
    </span>
<div>
<style>
/*外框*/
#cmusic_control_span_progressBar{
    border-radius: 50px;
    height: 20px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    position: relative;
    background: transparent;
    box-shadow: inset 2px 2px 4px #bcc5d6,
        inset -2px -2px 5px #feffff;
    border: 2px solid #d0f4ff;
    justify-content: center;
    transition: all 0.8s ease;
}
/*布局类*/
.cmusic_displayFlex_class {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}
.cmusic_control_progress_div {
    position:absolute;
    width:94% !important;
    height:100%;
    align-items: center;
}
/*进度条*/
#cmusic_control_span_progress,
#cmusic_control_span_loadProgress{
    background: linear-gradient(90deg, #c4f4fe, #66ccff);
    border-radius: 50px;
    position: absolute;
    width:100%;
    height: 60%;
    pointer-events: none;
    transition: width 0.5s ease;
    box-shadow: 2px 2px 10px #ccd3ff,
    -2px -2px 10px #ccd3ff;
}
/*加载进度条*/
#cmusic_control_span_loadProgress {
    background: linear-gradient(90deg, #abecd6, #fff9d2);
}
</style>
<!-- 引入vue -->
<script src="https://unpkg.com/vue@3.2.33"></script>
<script>
const { createApp } = Vue

var cmusic_json = {
    //数据
    data() {
        return {
            url_audio:"https://blog.coolight.cool/wp-content/uploads/2022/05/大喜_洛天依.m4a",
            cmusic_control_loadProgress_style:"width:80%",
            cmusic_control_progress_style:"width:50%"
        }
    },
    //函数
    methods:{
        //监听播放时长,修改进度条长度
        audio_lengthChange:function(){
            let caudio = this.$refs.cmusic_audio;
            //duration是音频总时长
            //如果音频元数据加载完成,才能获得其总时长,后续才能进行计算
            if (!isNaN(caudio.duration)){
                this.cmusic_control_progress_style = "width:" + (parseInt(caudio.currentTime / caudio.duration * 100)).toString() + "%;";
            }else{
                this.cmusic_control_progress_style = "width:0%;";
            }
        }
    }
};

var cmusic_app = Vue.createApp(cmusic_json);
var cmusic_vue = cmusic_app.mount("#root_div");
</script>
  1. Loved this article. It’s extremely detailed and full of useful information. Great work!

  2. Josephgluse说道:

    http://pinup-kazi.ru/# пин ап казино официальный сайт

  3. Hansen, Steven (January 28, 2014).

  4. Dariosnize说道:

    вавада казино зеркало: вавада – вавада онлайн казино

  5. Jamesmaype说道:

    pinup: пин ап вход – pinup

  6. Curtismogue说道:

    вавада казино: вавада казино – vavada kazi

  7. Henrygop说道:

    пинап казино пинап казино пин ап казино онлайн

  8. Dariosnize说道:

    пин ап зеркало: pinup-kazi.ru – пин ап казино официальный сайт

  9. Dariosnize说道:

    пин ап вход: pinup – пин ап казино

  10. Curtismogue说道:

    вавада казино онлайн: казино вавада – вавада онлайн казино

  11. Dariosnize说道:

    пин ап казино: пин ап зеркало – пин ап вход

  12. Dariosnize说道:

    pin up казино: пин ап кз – пинап казино

  13. Jamesmaype说道:

    пин ап казино онлайн: pinup kazi – pin up казино

  14. Jamesmaype说道:

    пин ап казино онлайн: пин ап кз – pinup

  15. Curtismogue说道:

    пин ап кз: пин ап кз – пин ап кз

  16. Dariosnize说道:

    пин ап казино: пин ап казино официальный сайт – пин ап казино

  17. Dariosnize说道:

    pinup-kazi.kz: пин ап казино онлайн – pinup

  18. 快连下载说道:

    Right here is the perfect site for anyone who hopes to understand this topic. You realize so much its almost hard to argue with you (not that I really would want to…HaHa). You certainly put a brand new spin on a topic that’s been discussed for many years. Great stuff, just great.

  19. Curtismogue说道:

    pinup-kazi.kz: pinup – пин ап казино онлайн

  20. Dariosnize说道:

    пин ап казино: pinup-kazi.kz – пин ап казино

  21. Henrygop说道:

    вавада онлайн казино вавада казино вавада

  22. Dariosnize说道:

    пин ап казино онлайн: пинап казино – pinup

  23. Предлагаем услуги профессиональных инженеров офицальной мастерской.
    Еслли вы искали официальный сервисный центр huawei, можете посмотреть на сайте: сервисный центр huawei в москве
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  24. using HESED说道:

    After looking into a few of the articles on your blog, I really like your way of blogging. I added it to my bookmark site list and will be checking back soon. Take a look at my website too and tell me your opinion.

  25. Dariosnize说道:

    pinup: пин ап зеркало – pinup

  26. Предлагаем услуги профессиональных инженеров офицальной мастерской.
    Еслли вы искали официальный сервисный центр philips, можете посмотреть на сайте: сервисный центр philips в москве
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  27. Предлагаем услуги профессиональных инженеров офицальной мастерской.
    Еслли вы искали сервисный центр philips в москве, можете посмотреть на сайте: официальный сервисный центр philips
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  28. Предлагаем услуги профессиональных инженеров офицальной мастерской.
    Еслли вы искали сервисный центр huawei, можете посмотреть на сайте: сервисный центр huawei в москве
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  29. Jamesmaype说道:

    vavada-kazi.ru: vavada-kazi.ru – вавада казино онлайн

  30. Curtismogue说道:

    pinup kazi: пин ап казино – пин ап казино

  31. May I just say what a comfort to find someone who really knows what they’re talking about on the net. You definitely know how to bring a problem to light and make it important. A lot more people ought to check this out and understand this side of the story. I was surprised you’re not more popular given that you surely have the gift.

  32. Josephgluse说道:

    http://vavada-kazi.ru/# вавада онлайн казино

  33. Sex trẻ em说道:

    Phim sex trẻ em

  34. After exploring a number of the blog articles on your site, I truly like your technique of blogging. I saved it to my bookmark website list and will be checking back soon. Take a look at my website as well and tell me what you think.

  35. Highly skilled jewelers often handle the work of creating Kundan jewellery using extremely refined gold.

  36. They have only a restricted amount of time to resolve the problems, and using any solving aid apart from a chess set is prohibited.

  37. Surviving are a daughter, Mrs.

  38. For Halloween Horror Nights 14 in 2004 the resort experimented with a twin-park format, which related and utilized components of both parks.

  39. In August, Barr spoke at the Minuteman Civil Protection Corps’ protest in the course of the Democratic National Convention in Denver.

  40. One example of where our proto-mission thought was profitable was in May 1998, when our milestone was to have prototypes of important recreation programs in place and two test maps running, in this case the White Home and a part of Hong Kong.

  41. Figures in crimson spotlight indicate the highest ranking achieved by a Okay-pop artist on that chart.

  42. With corporate tours evolving to become an integral a part of nationwide & international business meets, professional journey administration has turn out to be an important a part of company budgeting.

  43. 2008’s Reflections of Fear featured a brand new icon within the type of Dr.

  44. トミカ 137说道:

    Nonetheless, I can solely think about how Deus Ex may need appeared if we would been one huge completely happy workforce, including the artists, from the beginning.

  45. There are numerous online corporations, who together with conference journey (konferensresa), organises leisure journeys comparable to football journeys and trips related to different video games, as well.

  46. AlbertVed说道:

    lisinopril 15 mg tablets: cheapest Lisinopril – buy Lisinopril online

  47. We shall show you how and where to promote the ebooks.

  48. A journey app having this characteristic can considerably increase your online business efficiency.

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注