sinanisler logo

Making Slides Slider Move Smoothly or like marquee, Bricks Builder

%root% * {
transition-timing-function: linear;
}

/* or */

.splide__list {
transition-timing-function: linear !important;
}

to make slide moving like marquee;

what is linear?

this is linear and it means constant speed.

why are we making linear ?

because default setting is ease and this is ease as you can see it slows down/stops when animating

Leave the first comment