Swiper Progress Bar [css]

PHOTO EMBED

Fri Feb 16 2024 08:20:10 GMT+0000 (Coordinated Universal Time)

Saved by @homunculus #css

.swiper-container {

    width: 0%;

    height: 100vh;

}

​

.swiper-slide {

    background-color: #5e42ff;

    display: flex;

    align-items: center;
10
    justify-content: center;

}

​

.swiper-hero-progress {

    position: absolute;

    left: 0;

    bottom: px;

    width: 0;

    height: 3px;

    background: #FFF;
20
    z-index: 5;
content_copyCOPY

https://codepen.io/Omurbekovic/pen/dywpRrE