Slider Interativo com Carrossel de Cards
CSS do Testimonial Carousel selector{ –radius: 8px; –height: 320px; –active-height: 410px; –overlay: 0.75; } selector{ opacity: 0; transform: translateX(100px); transition: all 0.8s ease-in-out; } selector.loaded{ opacity: 1; transform: translateX(0); } selector .swiper-wrapper{ height: var(–active-height); align-items: center; } selector:not(.loaded) .swiper-wrapper{ transition-duration: 0s !important; } selector .swiper-slide{ display: flex; align-items: flex-end; border-radius: var(–radius); height: var(–height); box-shadow: 0 […]