Skip to content
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

Enable Auto-Transition #87

Open
busypeoples opened this issue Aug 8, 2018 · 1 comment
Open

Enable Auto-Transition #87

busypeoples opened this issue Aug 8, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@busypeoples
Copy link
Contributor

busypeoples commented Aug 8, 2018

Add a settings option to define auto-transitions.
The autoTransition constant needs to define the transition time in seconds, i.e.

// index.mdx

export const autoTransition = 5

Also see comment by @tomByrer in #75

@busypeoples
Copy link
Contributor Author

A possible documentation:

Auto Transition

To enable the automatic transitioning of your slides and appears, export a autoTransition constant.
autoTransition should set the time between transitions.
For example if you need to transition every 10 seconds, add the following to your MDX file:

// Example index.mdx

export const autoTransition = 10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
@busypeoples @jxnblk and others