Disable transitions for snap-layout slides. #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi Mathias, I came across your presentation recently and noticed you are using snap-layouts which is great. But I also noticed your snapped-content was jumping on your slides when rendered. This is a known behavior with a known workaround. So I thought I would share that workaround with you here.
Per snap-layouts slide transition recommendations - details in the docs here- you can disable transitions on individual snap-layout slides which lets you deliver smooth rendering of snapped content.
If you want to see how my version of the modified presentation renders you can open it here.
This is just an FYI. And you are very welcome to merge this PR is you so wish. Cheers, David.