We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No
Add a fade effect on change. I was looking at the demo and I am sure if must be pretty similar to the scale example:
https://codesandbox.io/s/embla-carousel-scale-vanilla-gc3b0
I did look at it to see if I could adapt it but was not quite sure how to add this
It would be something like setting the CSS to change opacity with a transition eg:
transition: opacity 1250ms ease-in-out;
The text was updated successfully, but these errors were encountered:
Hi @andyjamesn,
This has been brought up a lot of times. I’m guessing you haven’t searched the issues for fade. And I suppose you haven’t read this too #187.
Here is the answer to this.
Please do some research before opening up another duplicate issue. Thanks for understanding!
David
Sorry, something went wrong.
Duplicate of #39.
Released in 8.1.0.
8.1.0
No branches or pull requests
Feature request is related to
Is your feature request related to an issue?
No
Describe the solution you'd like
Add a fade effect on change. I was looking at the demo and I am sure if must be pretty similar to the scale example:
https://codesandbox.io/s/embla-carousel-scale-vanilla-gc3b0
I did look at it to see if I could adapt it but was not quite sure how to add this
It would be something like setting the CSS to change opacity with a transition eg:
transition: opacity 1250ms ease-in-out;
The text was updated successfully, but these errors were encountered: