[HTML/CSS]audio音乐进度条(一)外观

/ 5,169评论 / 22527阅读 / 2点赞

预期效果

由于audio标签自带的控制面板样式可能不合我们的心意,很多时候会想把自定义音乐播放器的样式,其中进度条也是不可少的。


实现

<span id="cmusic_control_span_progressBar">
    <div class="cmusic_displayFlex_class cmusic_control_progress_div">
        <span id="cmusic_control_span_loadProgress" style="width:80%"></span>
        <span id="cmusic_control_span_progress" style="width:50%"></span>
    </div>
</span>
/*外框*/
#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;
    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;
    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);
}

目录

本文我们聊了如何搞出进度条的外观,接下来我们将聊聊如何让进度条跟随<audio>的已播放时长改变播放进度

  1. mp3 juice说道:

    It’s difficult to find well-informed people about this topic, however, you sound like you know what you’re talking about! Thanks

  2. mp3juices说道:

    I could not refrain from commenting. Exceptionally well written!

  3. mp3 juice说道:

    I really like it whenever people get together and share thoughts. Great blog, continue the good work.

  4. tubidy mp3说道:

    Pretty! This was an incredibly wonderful post. Many thanks for providing this information.

  5. I blog quite often and I seriously thank you for your information. The article has really peaked my interest. I’m going to book mark your blog and keep checking for new information about once a week. I opted in for your Feed too.

  6. pencil pouch说道:

    Howdy! This blog post could not be written any better! Going through this article reminds me of my previous roommate! He constantly kept talking about this. I’ll forward this post to him. Fairly certain he will have a good read. Thanks for sharing!

  7. sex说道:

    Saved as a favorite, I like your web site.

  8. ngentot memek说道:

    You are so interesting! I don’t think I’ve truly read through anything like that before. So great to find another person with some unique thoughts on this subject matter. Seriously.. many thanks for starting this up. This website is one thing that’s needed on the internet, someone with some originality.

  9. Metaphysics News说道:

    Good article! We are linking to this great post on our site. Keep up the great writing.

  10. Galileo FX说道:

    An impressive share! I’ve just forwarded this onto a colleague who was conducting a little homework on this. And he in fact bought me lunch because I discovered it for him… lol. So let me reword this…. Thank YOU for the meal!! But yeah, thanx for spending the time to talk about this issue here on your internet site.

  11. this content说道:

    Excellent article. I certainly appreciate this website. Thanks!

  12. Ajay说道:

    This website was… how do I say it? Relevant!! Finally I’ve found something which helped me. Thank you.

  13. tubidy.com说道:

    This is a topic that’s close to my heart… Cheers! Exactly where are your contact details though?

  14. IWIN说道:

    This site definitely has all the information and facts I wanted concerning this subject and didn’t know who to ask.

  15. IWIN CLUB说道:

    Right here is the right site for anyone who hopes to find out about this topic. You realize so much its almost tough to argue with you (not that I personally will need to…HaHa). You certainly put a fresh spin on a subject that’s been written about for decades. Wonderful stuff, just great.

  16. ytmp3说道:

    I was able to find good advice from your articles.

  17. It’s hard to come by knowledgeable people about this topic, however, you sound like you know what you’re talking about! Thanks

  18. tubidy mp3说道:

    The next time I read a blog, I hope that it won’t disappoint me as much as this one. After all, I know it was my choice to read, nonetheless I truly thought you’d have something useful to say. All I hear is a bunch of crying about something that you can fix if you weren’t too busy searching for attention.

  19. Jamesjer说道:

    paxlovid pill: paxlovid buy – paxlovid for sale

发表回复

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