Skip to content

Commit

Permalink
Update carousel.css
Browse files Browse the repository at this point in the history
  • Loading branch information
RitwikSrivastava authored Dec 5, 2024
1 parent 04bd9c5 commit afacfb5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions blocks/carousel/carousel.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,6 @@
.carousel .carousel-slide[aria-hidden="false"] {
opacity: 1;
visibility: visible; /* Show the active slide */
animation: fade 1s ;
}

/* Optional: Add a fade-in animation to the slides */
@keyframes fade {
from {
opacity: 0;
}

to {
opacity: 1;
}
}

.carousel .carousel-slide:has(.carousel-slide-content[data-align="center"]) {
Expand Down

0 comments on commit afacfb5

Please sign in to comment.