Change slide animation #258
Answered
by
ismail9k
mateusz-wyka
asked this question in
Q&A
-
Hi, I would like to use |
Beta Was this translation helpful? Give feedback.
Answered by
ismail9k
Dec 1, 2022
Replies: 1 comment
-
You can change it using CSS .carousel__track {
transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28) !important;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ismail9k
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can change it using CSS