Как сделать красивый слайдер из любого блока на тильде
<style>
@media screen and (min-width: 0px) {
#rec656633882 .t604__imgwrapper .t-slds__bgimg {
border-radius: 25px;
transform: scale(0.8);
transition: .6s ease;
}
#rec656633882 .t-slds__item_active .t604__imgwrapper .t-slds__bgimg {
transform: scale(1);
}
#rec656633882 .t-slds__bullet_active .t-slds__bullet_body {
width: 28px;
}
#rec656633882 .t-slds__bullet_body {
width: 16px;
-webkit-transition: all ease-in-out .6s;
-moz-transition: all ease-in-out .6s;
-o-transition: all ease-in-out .6s;
transition: all ease-in-out .6s;
}
</style>