-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
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
Add fade-out effect to slides #96
Conversation
Also formatted the code :)
Thanks for the PR! 😃
This makes it hard to review. We use ESLint to lint and format the code 🙂 Please run |
You are right, I am sorry - this was not the smartest commit. I will push again. |
OK, I tested it and checked your changes. I really like the fade-out! 👏 But before merging:
I will take care of it as soon as we are done with this PR. |
Glad you like it! Sure, that is a good point. Why not have two variables:
`SlideFadeInTransition` and `SlideFadeOutTransition`. We can set them both
with the same default value and update the README.
…On Mon, Oct 21, 2024, 21:07 Kristjan ESPERANTO ***@***.***> wrote:
OK, I tested it and checked your changes. I really like the fade-out! 👏
But before merging:
1. What do you think, should there be a separate config option to set
the fade out? Maybe some people want to configure it asynchronously or like
the current behaviour.
2. The README needs updating.
The formatting with npm run lint:fix ended with 40 problems.
I will take care of it as soon as we are done with this PR.
—
Reply to this email directly, view it on GitHub
<#96 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AM2WT4P7WI2J435FTPSM3DDZ4VGFJAVCNFSM6AAAAABQI4XJ7WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRXGUYDGMJTGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Thank you! I merge it into the develop branch and prepare a new release. |
Also formatted the code :)
Solves #95 .This was easier to do that I though.
Basically the only code you need is this after the
selectWrapper
definition:Disclaimer:
This works as expected for my configuration with two slides, but should be tested with other modes as well.